diff options
| author | Dan Nicolaescu | 2010-04-01 20:10:33 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-01 20:10:33 -0700 |
| commit | 42a2c62292ca811bbca455ef738fcde861644d53 (patch) | |
| tree | 047edcf83a31d6a0c29297a5ecb3ccfccafebe97 /src/process.c | |
| parent | 8224f93d18d7470f54d5894cb74da0168bddee44 (diff) | |
| download | emacs-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 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 43fa78c7bd4..3c539024b0a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -195,10 +195,6 @@ extern int serial_open (char *port); | |||
| 195 | extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); | 195 | extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); |
| 196 | #endif | 196 | #endif |
| 197 | 197 | ||
| 198 | #ifndef USE_CRT_DLL | ||
| 199 | extern int errno; | ||
| 200 | #endif | ||
| 201 | |||
| 202 | #ifndef HAVE_H_ERRNO | 198 | #ifndef HAVE_H_ERRNO |
| 203 | extern int h_errno; | 199 | extern int h_errno; |
| 204 | #endif | 200 | #endif |