On Mar 27, 8:19am, christoph_eg...@gmx.de (Christoph Egger) wrote:
-- Subject: Re: CVS commit: src/tools/compat/sys
| On 26.03.10 22:34, Christos Zoulas wrote:
| > In article <1933.1269630...@splode.eterna.com.au>,
| > matthew green wrote:
| >>
| >>
| >> t
On 26.03.10 22:34, Christos Zoulas wrote:
> In article <1933.1269630...@splode.eterna.com.au>,
> matthew green wrote:
>>
>>
>> tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
>> 'CLOCK_REALTIME' undeclared (first use in this function)
>>
>>
>>
>> shouldn't this b
In article <1933.1269630...@splode.eterna.com.au>,
matthew green wrote:
>
>
> tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
> 'CLOCK_REALTIME' undeclared (first use in this function)
>
>
>
>shouldn't this be fixed with something in nbtool_config.h?
Just back t
On Mar 26, 2010, at 12:00 PM, matthew green wrote:
>
>
> tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
> 'CLOCK_REALTIME' undeclared (first use in this function)
>
>
>
> shouldn't this be fixed with something in nbtool_config.h?
That's what I was thinking sinc
tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
'CLOCK_REALTIME' undeclared (first use in this function)
shouldn't this be fixed with something in nbtool_config.h?
Original-Nachricht
> Datum: Sat, 27 Mar 2010 03:03:06 +1100
> Von: matthew green
> An: "Christoph Egger"
> CC: source-changes-d@NetBSD.org
> Betreff: re: CVS commit: src/tools/compat/sys
>
>
>>toolchain buildfix on OSX with M
>toolchain buildfix on OSX with MKDTRACE=yes:
>
>The host doesn't provide CLOCK_REALTIME but
>ctf uses it.
>See http://mail-index.netbsd.org/current-users/2010/03/20/msg012963.html
>
> this seems bogus to me.
>
> please only define it if it isn
>
>Module Name: src
>Committed By: cegger
>Date: Fri Mar 26 07:16:12 UTC 2010
>
>Added Files:
> src/tools/compat/sys: time.h
>
>Log Message:
>toolchain buildfix on OSX with MKDTRACE=yes:
>
>The host doesn't provide CLOCK_REALT
Module Name: src
Committed By:cegger
Date:Fri Mar 26 07:16:12 UTC 2010
Added Files:
src/tools/compat/sys: time.h
Log Message:
toolchain buildfix on OSX with MKDTRACE=yes:
The host doesn't provide CLOCK_REALTIME but ctf uses it.
S