diff options
Diffstat (limited to 'editors/mule-common/files/patch-src_emacs.c')
-rw-r--r-- | editors/mule-common/files/patch-src_emacs.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/mule-common/files/patch-src_emacs.c b/editors/mule-common/files/patch-src_emacs.c new file mode 100644 index 000000000000..a457fdcd0a00 --- /dev/null +++ b/editors/mule-common/files/patch-src_emacs.c @@ -0,0 +1,13 @@ + +$FreeBSD: /tmp/pcvs/ports/editors/mule-common/files/Attic/patch-src_emacs.c,v 1.1 2002-09-07 00:55:41 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 |