diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 03:42:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-05 03:42:49 +0000 |
commit | ba892f4f86b60ae63e42f6dcf2df21aaf254d985 (patch) | |
tree | dc88a52af54c98afdd010ee7b0d7899ce34a8038 /textproc/coco | |
parent | Fix build on -current by removing bogus duplicate declarations of things (diff) |
Fix build on -current by not duplicating bogus declarations from system
headers.
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/files/patch-src_emacs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/coco/files/patch-src_emacs.c b/textproc/coco/files/patch-src_emacs.c new file mode 100644 index 000000000000..8f1d4926dd9b --- /dev/null +++ b/textproc/coco/files/patch-src_emacs.c @@ -0,0 +1,11 @@ +--- src/emacs.c.orig Wed Sep 4 20:33:38 2002 ++++ src/emacs.c Wed Sep 4 20:33:40 2002 +@@ -510,8 +510,6 @@ + { + char stack_bottom_variable; + int skip_args = 0; +- extern int errno; +- extern sys_nerr; + + #ifdef LINUX_SBRK_BUG + __sbrk (1); |