diff options
-rw-r--r-- | editors/emacs20-mule-devel/files/patch-src_emacs.c | 13 | ||||
-rw-r--r-- | editors/mule-common/files/patch-src_emacs.c | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/editors/emacs20-mule-devel/files/patch-src_emacs.c b/editors/emacs20-mule-devel/files/patch-src_emacs.c new file mode 100644 index 000000000000..c77cdd7814e6 --- /dev/null +++ b/editors/emacs20-mule-devel/files/patch-src_emacs.c @@ -0,0 +1,13 @@ + +$FreeBSD: /tmp/pcvs/ports/editors/emacs20-mule-devel/files/Attic/patch-src_emacs.c,v 1.1 2002-09-07 00:52:32 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 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 |