summaryrefslogtreecommitdiff
path: root/editors/emacs20
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-29 22:03:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-29 22:03:34 +0000
commit5bee2595bd41bc7d80ccfc1d74067693509c238a (patch)
treeed42e21738094f339456726b96bcd2cda1fb7866 /editors/emacs20
parentAdd missed %%PORTDOCS%% (diff)
Fix build by removing declaration for deprecated and unreferenced
sys_nerr variable. PR: 39147 Submitted by: keramida Prodded by: des
Notes
Notes: svn path=/head/; revision=63713
Diffstat (limited to 'editors/emacs20')
-rw-r--r--editors/emacs20/files/patch-src_emacs.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs20/files/patch-src_emacs.c b/editors/emacs20/files/patch-src_emacs.c
new file mode 100644
index 000000000000..2e6ed6273985
--- /dev/null
+++ b/editors/emacs20/files/patch-src_emacs.c
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- 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