diff options
Diffstat (limited to 'editors/mule/patches/patch-bx')
-rw-r--r-- | editors/mule/patches/patch-bx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/mule/patches/patch-bx b/editors/mule/patches/patch-bx new file mode 100644 index 00000000000..7dc2502fa3a --- /dev/null +++ b/editors/mule/patches/patch-bx @@ -0,0 +1,13 @@ +$NetBSD: patch-bx,v 1.1 2006/01/04 20:35:08 joerg Exp $ + +--- lib-src/emacsserver.c.orig 2006-01-04 17:43:55.000000000 +0000 ++++ lib-src/emacsserver.c +@@ -56,8 +56,6 @@ main () + #include <stdio.h> + #include <errno.h> + +-extern int errno; +- + main () + { + char system_name[32]; |