pkgsrc/editors/emacs22/patches/patch-aj
minskim ac7d4d0adc Import emacs-22.3nb2 in editors/emacs as editors/emacs22;
editors/emacs will be updated to 23.1.

Proposed by obache@, and OK'ed by markd@ and drochner@.
2009-08-05 10:30:26 +00:00

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];