diff options
Diffstat (limited to 'editors/emacs/patches/patch-aj')
-rw-r--r-- | editors/emacs/patches/patch-aj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs/patches/patch-aj b/editors/emacs/patches/patch-aj index 0425b5fa93f..c235148a4b8 100644 --- a/editors/emacs/patches/patch-aj +++ b/editors/emacs/patches/patch-aj @@ -1,12 +1,12 @@ -$NetBSD: patch-aj,v 1.10 2005/12/29 13:56:51 joerg Exp $ +$NetBSD: patch-aj,v 1.11 2007/06/11 13:57:19 markd Exp $ ---- lib-src/emacsclient.c.orig 2005-12-29 13:22:18.000000000 +0000 +--- lib-src/emacsclient.c.orig 2007-06-10 09:40:19.000000000 +1200 +++ lib-src/emacsclient.c -@@ -226,7 +226,6 @@ main (argc, argv) - #include <errno.h> +@@ -384,7 +384,6 @@ main (argc, argv) + #define SEND_BUFFER_SIZE 4096 extern char *strerror (); -extern int errno; - /* Three possibilities: - 2 - can't be `stat'ed (sets errno) + /* Buffer to accumulate data to send in TCP connections. */ + char send_buffer[SEND_BUFFER_SIZE + 1]; |