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,
...));

Notice the backtick after "execle"?  Causes a parse error for any
program including the file, in this case the kernel... I don't know if
this is in the glibc mainline or specific to Mandrake.

John

-- 
*********************************

Tell me and I may forget,
Show me and I may remember,
Involve me and I will understand.

*********************************

Reply via email to