Re: __const use instead of const in one place

2004-08-23 Thread Jeff Johnston
Corinna Vinschen wrote: On Aug 18 15:36, Peter Hinely wrote: Hi, I noticed that __const is used in one and only one place in the header files. Line 76 of \user\include\sys\unistd.h char_EXFUN(*getpass, (__const char *__prompt)); That's the only place in all the header files. Shouldn't it

Re: __const use instead of const in one place

2004-08-19 Thread Corinna Vinschen
On Aug 18 15:36, Peter Hinely wrote: Hi, I noticed that __const is used in one and only one place in the header files. Line 76 of \user\include\sys\unistd.h char _EXFUN(*getpass, (__const char *__prompt)); That's the only place in all the header files. Shouldn't it be changed to

__const use instead of const in one place

2004-08-18 Thread Peter Hinely
Hi, I noticed that __const is used in one and only one place in the header files. Line 76 of \user\include\sys\unistd.h char_EXFUN(*getpass, (__const char *__prompt)); That's the only place in all the header files. Shouldn't it be changed to const? Regards, Peter -- Unsubscribe