Date: Tue, 21 Feb 1995 04:45:26 +1100 From: Bruce Evans <bde@zeta.org.au> To: roberto@blaise.ibp.fr Cc: current@FreeBSD.org Subject: Re: Fix for libc/gen/errlst.c warning Message-ID: <199502201745.EAA28927@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>Here is a fix for the warning one get when compiling libc's gen/errlst.c : >Index: stdio.h >-extern int sys_nerr; /* perror(3) external variables */ >+extern __const int sys_nerr; /* perror(3) external variables */ > extern __const char *__const sys_errlist[]; I've made this change too, but I expect it to break a few ports when it is applied (I've only compiled about 5 ports here). Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502201745.EAA28927>