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

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.

*




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)

-- 
MandrakeSofthttp://www.mandrakesoft.com
PARIS, FRANCE   --David




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 char *__arg,
  ...));
 
 [...]
 
 Seems fixed in Cooker (glibc-devel-2.1.3-5mdk)
 
 --
 MandrakeSofthttp://www.mandrakesoft.com
 PARIS, FRANCE   --David

-- 
*

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

*