summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-05 03:42:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-05 03:42:49 +0000
commitba892f4f86b60ae63e42f6dcf2df21aaf254d985 (patch)
treedc88a52af54c98afdd010ee7b0d7899ce34a8038 /textproc
parentFix build on -current by removing bogus duplicate declarations of things (diff)
Fix build on -current by not duplicating bogus declarations from system
headers.
Notes
Notes: svn path=/head/; revision=65649
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coco/files/patch-src_emacs.c11
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);