nanosleep.c vs. NetBSD 6.0's

2006-09-12 Thread Jim Meyering
I've applied the following patch to fix a NetBSD build failure: gcc -std=gnu99 -I. -I. -I. -I/usr/local/include -g -O2 -c nanosleep.c In file included from nanosleep.c:35: /usr/include/sys/select.h:46: error: parse error before "pid_t" /usr/include/sys/select.h:48: error: parse error

Re: [bug-gnulib] Fixing argp doc strings

2006-09-12 Thread Sergey Poznyakoff
Bruno Haible <[EMAIL PROTECTED]> wrote: > In either case of the 'if' branch, inp_text can end up being NULL. > But it is not allowed to pass a NULL string argument to dgettext. Thank you, I have fixed this. Regards, Sergey 2006-09-12 Sergey Poznyakoff <[EMAIL PROTECTED]> * argp-help.