1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build on -current by removing bogus duplicate declaration from system

headers.
This commit is contained in:
Kris Kennaway 2002-09-05 02:25:57 +00:00
parent 41b872ea78
commit 6523dbc789
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65633

10
misc/cwish/files/patch-04 Normal file
View File

@ -0,0 +1,10 @@
--- header.c.orig Wed Sep 4 19:24:30 2002
+++ header.c Wed Sep 4 19:24:48 2002
@@ -118,7 +118,6 @@
#ifndef OWN_SYS_ERRLIST
extern char *sys_errlist[];
#endif
- extern int sys_nerr;
int i;