1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Deal with a sys_errlist[] thing that got in here somehow..

This commit is contained in:
Jordan K. Hubbard 1994-11-08 22:47:49 +00:00
parent 2274562664
commit 6692dd6901
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341

View File

@ -0,0 +1,12 @@
*** all.c.orig Tue Nov 8 14:35:02 1994
--- all.c Tue Nov 8 14:35:12 1994
***************
*** 638,644 ****
*/
{
extern int CONST sys_nerr;
- extern char CONST *sys_errlist[];
int error;
--- 638,643 ----