summaryrefslogtreecommitdiff
path: root/editors/emacs23/files/patch-bb
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-21 07:39:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-21 07:39:49 +0000
commit131cd97388c78909b13a26c3ce289bbf3c007b7f (patch)
treed22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs23/files/patch-bb
parentUpdate pkg-message to match the current state of the default version (diff)
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
Notes
Notes: svn path=/head/; revision=104813
Diffstat (limited to 'editors/emacs23/files/patch-bb')
-rw-r--r--editors/emacs23/files/patch-bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/emacs23/files/patch-bb b/editors/emacs23/files/patch-bb
deleted file mode 100644
index 1d6fcf08137e..000000000000
--- a/editors/emacs23/files/patch-bb
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/emacs.c.orig Fri Sep 6 17:15:38 2002
-+++ src/emacs.c Fri Sep 6 17:16:33 2002
-@@ -427,8 +427,6 @@
- {
- char stack_bottom_variable;
- int skip_args = 0;
-- extern int errno;
-- extern sys_nerr;
-
- #ifdef LINUX_SBRK_BUG
- __sbrk (1);