diff options
Diffstat (limited to 'editors/emacs21/patches/patch-aq')
-rw-r--r-- | editors/emacs21/patches/patch-aq | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/emacs21/patches/patch-aq b/editors/emacs21/patches/patch-aq new file mode 100644 index 00000000000..ab36e42f4d3 --- /dev/null +++ b/editors/emacs21/patches/patch-aq @@ -0,0 +1,17 @@ +$NetBSD: patch-aq,v 1.1 2007/06/11 13:38:37 markd Exp $ + +--- src/fileio.c.orig 2005-12-29 13:30:15.000000000 +0000 ++++ src/fileio.c +@@ -64,12 +64,6 @@ Boston, MA 02111-1307, USA. */ + + #include <errno.h> + +-#ifndef vax11c +-#ifndef USE_CRT_DLL +-extern int errno; +-#endif +-#endif +- + #ifdef APOLLO + #include <sys/time.h> + #endif |