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/unexec.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/unexec.c')
| -rw-r--r-- | src/unexec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unexec.c b/src/unexec.c index 6cb27b35c36..1a27db1232d 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -466,9 +466,6 @@ write_segment (new, ptr, end) | |||
| 466 | { | 466 | { |
| 467 | register int i, nwrite, ret; | 467 | register int i, nwrite, ret; |
| 468 | char buf[80]; | 468 | char buf[80]; |
| 469 | #ifndef USE_CRT_DLL | ||
| 470 | extern int errno; | ||
| 471 | #endif | ||
| 472 | /* This is the normal amount to write at once. | 469 | /* This is the normal amount to write at once. |
| 473 | It is the size of block that NFS uses. */ | 470 | It is the size of block that NFS uses. */ |
| 474 | int writesize = 1 << 13; | 471 | int writesize = 1 << 13; |