Re: CVS commit: src/tools/compat/sys

2010-03-27 Thread Christos Zoulas
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

Re: CVS commit: src/tools/compat/sys

2010-03-27 Thread Christoph Egger
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

Re: CVS commit: src/tools/compat/sys

2010-03-26 Thread Christos Zoulas
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

Re: CVS commit: src/tools/compat/sys

2010-03-26 Thread Matt Thomas
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

re: CVS commit: src/tools/compat/sys

2010-03-26 Thread matthew green
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?

Re: CVS commit: src/tools/compat/sys

2010-03-26 Thread Christoph Egger
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

re: CVS commit: src/tools/compat/sys

2010-03-26 Thread matthew green
>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

Re: re: CVS commit: src/tools/compat/sys

2010-03-26 Thread Christoph Egger
> >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

re: CVS commit: src/tools/compat/sys

2010-03-26 Thread matthew green
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