mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
13 lines
380 B
Plaintext
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];
|