summaryrefslogtreecommitdiff
path: root/editors/emacs20-dl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 00:39:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 00:39:17 +0000
commit24d534742a33559da804947651fb13d8c57d388f (patch)
tree8e840064cda18b521a03f8d319acc0de57deec16 /editors/emacs20-dl
parentFix build on -current (remove duplicate declarations of things in system (diff)
Fix build on -current (bogus duplicate declaration)
Notes
Notes: svn path=/head/; revision=65749
Diffstat (limited to 'editors/emacs20-dl')
-rw-r--r--editors/emacs20-dl/files/patch-src_emacs.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs20-dl/files/patch-src_emacs.c b/editors/emacs20-dl/files/patch-src_emacs.c
new file mode 100644
index 000000000000..f7c73794b253
--- /dev/null
+++ b/editors/emacs20-dl/files/patch-src_emacs.c
@@ -0,0 +1,13 @@
+
+$FreeBSD: /tmp/pcvs/ports/editors/emacs20-dl/files/Attic/patch-src_emacs.c,v 1.1 2002-09-07 00:39:17 kris Exp $
+
+--- src/emacs.c.orig Wed May 24 15:58:54 2000
++++ src/emacs.c Mon Jul 29 23:23:20 2002
+@@ -602,7 +602,6 @@
+ char stack_bottom_variable;
+ int skip_args = 0;
+ extern int errno;
+- extern int sys_nerr;
+ #ifdef HAVE_SETRLIMIT
+ struct rlimit rlim;
+ #endif