<<On Mon, 3 Jun 2002 13:42:24 -0700, Kris Kennaway <[EMAIL PROTECTED]> said:

> * (>35 ports) Something caused sys_nerr to change prototypes.  It looks
>   like this might be because the definition of __const from
>   <sys/ctypes.h> has changed, but I can't see why.  See for example

>   http://bento.freebsd.org/errorlogs/5-latest/bogosort-0.3.3.log

Any program which declares sys_errlist for itself is wrong.  In most
cases, the program should be using either strerror() or strerror_r(),
depending on its needs.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to