diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 02:25:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 02:25:57 +0000 |
commit | 6523dbc789a7b3b83b2bdc17b58ad8466686885c (patch) | |
tree | 17798cfb3850dea2c1ee02762e4aabf2b0497a8b /misc | |
parent | Respect 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-04 | 10 |
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; + |