diff options
author | taoka <taoka@FreeBSD.org> | 2002-09-20 23:58:13 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2002-09-20 23:58:13 +0800 |
commit | 076c98556566c6338e0bb602f856f75570c1580c (patch) | |
tree | 11da94c75912e69ac880f32c7649464700fcd344 /editors/mule-common | |
parent | fb18aef3ee94aa0b72423fdb1438d103d2877d4f (diff) | |
download | freebsd-ports-gnome-076c98556566c6338e0bb602f856f75570c1580c.tar.gz freebsd-ports-gnome-076c98556566c6338e0bb602f856f75570c1580c.tar.zst freebsd-ports-gnome-076c98556566c6338e0bb602f856f75570c1580c.zip |
Fix the patch.
Noticed by: kris
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/files/patch-src_emacs.c | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/editors/mule-common/files/patch-src_emacs.c b/editors/mule-common/files/patch-src_emacs.c index a457fdcd0a00..df4ab6815da7 100644 --- a/editors/mule-common/files/patch-src_emacs.c +++ b/editors/mule-common/files/patch-src_emacs.c @@ -1,13 +1,11 @@ - -$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 @@ +--- src/emacs.c.~1~ Tue Aug 18 14:48:38 1998 ++++ src/emacs.c Fri Sep 20 23:04:16 2002 +@@ -510,8 +510,6 @@ + { char stack_bottom_variable; int skip_args = 0; - extern int errno; -- extern int sys_nerr; - #ifdef HAVE_SETRLIMIT - struct rlimit rlim; - #endif +- extern int errno; +- extern sys_nerr; + + #ifdef LINUX_SBRK_BUG + __sbrk (1); |