diff lib-src/emacsclient.c @ 107737:912a8c0c9a8a

Remove extern errno declarations. * xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. * movemail.c: * etags.c: * emacsclient.c: Remove extern errno declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 01 Apr 2010 20:10:33 -0700
parents a3da62473e24
children 87dad1e1c860
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Thu Apr 01 16:08:14 2010 -0700
+++ b/lib-src/emacsclient.c	Thu Apr 01 20:10:33 2010 -0700
@@ -723,7 +723,6 @@
 #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];