summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-05 02:25:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-05 02:25:57 +0000
commit6523dbc789a7b3b83b2bdc17b58ad8466686885c (patch)
tree17798cfb3850dea2c1ee02762e4aabf2b0497a8b /misc
parentRespect CC and CFLAGS (diff)
Fix build on -current by removing bogus duplicate declaration from system
headers.
Notes
Notes: svn path=/head/; revision=65633
Diffstat (limited to 'misc')
-rw-r--r--misc/cwish/files/patch-0410
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/cwish/files/patch-04 b/misc/cwish/files/patch-04
new file mode 100644
index 000000000000..e51fac827ebf
--- /dev/null
+++ b/misc/cwish/files/patch-04
@@ -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;
+