Mercurial > emacs
diff src/process.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 | 98f7a4103e8e |
| children | 57e2e94dbe55 |
line wrap: on
line diff
--- a/src/process.c Thu Apr 01 16:08:14 2010 -0700 +++ b/src/process.c Thu Apr 01 20:10:33 2010 -0700 @@ -195,10 +195,6 @@ extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); #endif -#ifndef USE_CRT_DLL -extern int errno; -#endif - #ifndef HAVE_H_ERRNO extern int h_errno; #endif
