aboutsummaryrefslogtreecommitdiff
path: root/textproc/coco/files
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/coco/files
parent8b1215eb6e1f8d21206d1ce107005424dbcec4a6 (diff)
downloadports-ba892f4f86b60ae63e42f6dcf2df21aaf254d985.tar.gz
ports-ba892f4f86b60ae63e42f6dcf2df21aaf254d985.zip
Notes
Diffstat (limited to 'textproc/coco/files')
-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);