diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 00:32:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 00:32:47 +0000 |
commit | 877ddfab1d9a94ffdabc93d33bc8eb107a6ce44f (patch) | |
tree | 58d5a670bf07d209537830de44e82dad0c215360 /editors/emacs22 | |
parent | %htmlOpts tuning (diff) |
Fix build on -current (remove duplicate declarations of things in system
headers)
Notes
Notes:
svn path=/head/; revision=65748
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/files/patch-bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs22/files/patch-bb b/editors/emacs22/files/patch-bb new file mode 100644 index 000000000000..1d6fcf08137e --- /dev/null +++ b/editors/emacs22/files/patch-bb @@ -0,0 +1,11 @@ +--- 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); |