diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/distinfo | 3 | ||||
-rw-r--r-- | editors/emacs20/patches/patch-an | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/emacs20/distinfo b/editors/emacs20/distinfo index 935c12185f1..c8b74799a41 100644 --- a/editors/emacs20/distinfo +++ b/editors/emacs20/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/04/11 04:00:17 uebayasi Exp $ +$NetBSD: distinfo,v 1.3 2004/01/13 21:58:51 kristerw Exp $ SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452 Size (emacs-20.7.tar.gz) = 15043428 bytes @@ -21,6 +21,7 @@ SHA1 (patch-aj) = 34490603ca6985fb6e02879c6fe50337d9ce31dd SHA1 (patch-ak) = 604f80fbf7d24ec7b732c7ac3cc99a07fb4a2eb6 SHA1 (patch-al) = 0459e7a206bbb5f0e591111d2ed3cde97038a2ec SHA1 (patch-am) = 12667ef175d1108aa3d207d92eba0f20de9d6ae3 +SHA1 (patch-an) = 93abb2d07998b6a99a674308787a57457391baf0 SHA1 (patch-ax) = 572eed7ad29d0b2a2e82e53c1acdfab39c12b1b2 SHA1 (patch-ay) = bc91b0759ce0b3f3c1be542c043748472cb8d8fc SHA1 (patch-az) = 643f927b726d825238b14cd6a4b70e3a0722104e diff --git a/editors/emacs20/patches/patch-an b/editors/emacs20/patches/patch-an new file mode 100644 index 00000000000..144c355caa7 --- /dev/null +++ b/editors/emacs20/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.1 2004/01/13 21:58:51 kristerw Exp $ + +--- src/emacs.c.orig Tue Jan 13 22:28:51 2004 ++++ src/emacs.c Tue Jan 13 22:30:08 2004 +@@ -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 |