ac7d4d0adc
editors/emacs will be updated to 23.1. Proposed by obache@, and OK'ed by markd@ and drochner@.
12 lines
380 B
Text
12 lines
380 B
Text
$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];
|