aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-01 20:10:33 -0700
committerDan Nicolaescu2010-04-01 20:10:33 -0700
commit42a2c62292ca811bbca455ef738fcde861644d53 (patch)
tree047edcf83a31d6a0c29297a5ecb3ccfccafebe97 /lib-src/emacsclient.c
parent8224f93d18d7470f54d5894cb74da0168bddee44 (diff)
downloademacs-42a2c62292ca811bbca455ef738fcde861644d53.tar.gz
emacs-42a2c62292ca811bbca455ef738fcde861644d53.zip
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.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 01241b518bb..1e7ec7d9678 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -723,7 +723,6 @@ main (argc, argv)
723#define SEND_BUFFER_SIZE 4096 723#define SEND_BUFFER_SIZE 4096
724 724
725extern char *strerror (); 725extern char *strerror ();
726extern int errno;
727 726
728/* Buffer to accumulate data to send in TCP connections. */ 727/* Buffer to accumulate data to send in TCP connections. */
729char send_buffer[SEND_BUFFER_SIZE + 1]; 728char send_buffer[SEND_BUFFER_SIZE + 1];