diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2002-09-20 15:58:13 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2002-09-20 15:58:13 +0000 |
commit | abd6a3b5df97e2a6c77d6b9533c5b03f097a0564 (patch) | |
tree | 149b153279f0aa3b4efda2bf1052191e877fa761 /editors | |
parent | Marked BROKEN. kde3 version in progress. Bump PORTREVISION. (diff) |
Fix the patch.
Noticed by: kris
Diffstat (limited to 'editors')
-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); |