]> code.delx.au - gnu-emacs/blobdiff - lib-src/emacsclient.c
* Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
[gnu-emacs] / lib-src / emacsclient.c
index 01241b518bbbdf4ae001ecc86f5a88f79e22727d..1e7ec7d9678b1b4f166184cfa9bffd9c5f207265 100644 (file)
@@ -723,7 +723,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];