Re: [Cooker] Typo in unistd.h in glibc 2.1.3

2000-05-21 Thread John Cavan
That's what I have installed... weird. David BAUDENS wrote: > > John Cavan écrivit : > > > Hi guys, > > > > Ran into a problem compiling the latest test kernels... the file > > /usr/include/unistd.h has a little typo on line 468: > > > > extern int execle`__P ((__const char *__path, __const cha

Re: [Cooker] Typo in unistd.h in glibc 2.1.3

2000-05-21 Thread David BAUDENS
John Cavan écrivit : > Hi guys, > > Ran into a problem compiling the latest test kernels... the file > /usr/include/unistd.h has a little typo on line 468: > > extern int execle`__P ((__const char *__path, __const char *__arg, > ...)); [...] Seems fixed in Cooker (glibc-devel-2.1.3-5mdk) --

[Cooker] Typo in unistd.h in glibc 2.1.3

2000-05-21 Thread John Cavan
Hi guys, Ran into a problem compiling the latest test kernels... the file /usr/include/unistd.h has a little typo on line 468: extern int execle`__P ((__const char *__path, __const char *__arg, ...)); But, AFAIK, it should be: extern int execle __P ((__const char *__path, __const char *__arg,