blob: c235148a4b82c84ce43b5a6b3253ee2cd92043c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aj,v 1.11 2007/06/11 13:57:19 markd Exp $
--- lib-src/emacsclient.c.orig 2007-06-10 09:40:19.000000000 +1200
+++ lib-src/emacsclient.c
@@ -384,7 +384,6 @@ main (argc, argv)
#define SEND_BUFFER_SIZE 4096
extern char *strerror ();
-extern int errno;
/* Buffer to accumulate data to send in TCP connections. */
char send_buffer[SEND_BUFFER_SIZE + 1];
|