On 11/30/12 02:22, Emmanuel Dreyfus wrote:
Matthias Drochner wrote:
I've added (locally)
#if defined(_NETBSD_SOURCE)
#define _INCOMPLETE_XOPEN_C063
#endif
Thank you fox the fix.
It's not committed yet if that's what you mean.
Or am I blind?
NIck
Matthias Drochner wrote:
> I've added (locally)
>
> #if defined(_NETBSD_SOURCE)
> #define _INCOMPLETE_XOPEN_C063
> #endif
Thank you fox the fix.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
m...@netbsd.org
Comments inline...
> Module Name: src
> Committed By: reed
> Date: Thu Nov 29 23:23:23 UTC 2012
>
> Added Files:
> src/usr.bin/mkubootimage: mkubootimage.1
>
> Log Message:
> Add a manual for mkubootimage(1). It was missing.
> It had one review on netbsd-docs@.
> I didn't add the
On Thu, 29 Nov 2012 19:20:14 +
Nick Hudson wrote:
> On Sunday 18 November 2012 17:41:55 Emmanuel Dreyfus wrote:
> > -#if defined(_INCOMPLETE_XOPEN_C063)
> > +#if (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPEN_SOURCE - 0 >= 700)
> > || \
> > +defined(_INCOMPLETE_XOPEN_C063) || defined(_KERNEL
Nick Hudson wrote:
> Shouldn't this be
>
> #if (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPEN_SOURCE - 0 >= 700) || \
> defined(_INCOMPLETE_XOPEN_C063) || defined(_NETBSD_SOURCE)
I suspect you are right.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
m...@netbsd.org
On Sunday 18 November 2012 17:41:55 Emmanuel Dreyfus wrote:
> -#if defined(_INCOMPLETE_XOPEN_C063)
> +#if (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPEN_SOURCE - 0 >= 700) || \
> +defined(_INCOMPLETE_XOPEN_C063) || defined(_KERNEL)
Shouldn't this be
#if (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPE
In article ,
dieter roelants wrote:
>On Thu, Nov 1, 2012 at 4:26 AM, Christos Zoulas wrote:
>> Module Name:src
>> Committed By: christos
>> Date: Thu Nov 1 03:26:44 UTC 2012
>>
>> Modified Files:
>> src/distrib/sets/lists/base: mi
>> src/distrib/sets/lists/comp:
On Thu, Nov 1, 2012 at 4:26 AM, Christos Zoulas wrote:
> Module Name:src
> Committed By: christos
> Date: Thu Nov 1 03:26:44 UTC 2012
>
> Modified Files:
> src/distrib/sets/lists/base: mi
> src/distrib/sets/lists/comp: mi
>
> Log Message:
> mv npfctl from /usr/sbin