2013-09-26 17:14:40 +02:00

13 lines
380 B
Plaintext

$NetBSD: patch-aj,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
--- lib-src/emacsclient.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ lib-src/emacsclient.c
@@ -498,7 +498,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];