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.
This commit is contained in:
Dan Nicolaescu 2010-04-01 20:10:33 -07:00
parent 8224f93d18
commit 42a2c62292
23 changed files with 30 additions and 73 deletions

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