diff options
Diffstat (limited to 'editors/emacs20/patches/patch-as')
-rw-r--r-- | editors/emacs20/patches/patch-as | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-as b/editors/emacs20/patches/patch-as new file mode 100644 index 00000000000..2c2ee83a7d4 --- /dev/null +++ b/editors/emacs20/patches/patch-as @@ -0,0 +1,13 @@ +$NetBSD: patch-as,v 1.1 2006/01/04 17:00:32 joerg Exp $ + +--- src/buffer.c.orig 2006-01-04 15:45:31.000000000 +0000 ++++ src/buffer.c +@@ -25,8 +25,6 @@ Boston, MA 02111-1307, USA. */ + #include <sys/param.h> + #include <errno.h> + +-extern int errno; +- + #ifndef MAXPATHLEN + /* in 4.1, param.h fails to define this. */ + #define MAXPATHLEN 1024 |