From 51f58e1ffc39119bc5e5b6d74b44f31a76787390 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 7 Sep 2002 00:32:47 +0000 Subject: Fix build on -current (remove duplicate declarations of things in system headers) --- editors/emacs/files/patch-bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/emacs/files/patch-bb (limited to 'editors/emacs') diff --git a/editors/emacs/files/patch-bb b/editors/emacs/files/patch-bb new file mode 100644 index 000000000000..1d6fcf08137e --- /dev/null +++ b/editors/emacs/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); -- cgit