diff options
| author | Jan Djärv | 2010-04-02 11:45:27 +0200 |
|---|---|---|
| committer | Jan Djärv | 2010-04-02 11:45:27 +0200 |
| commit | 7a5a264fc27bde6870f08ecc5d85eddc36fa0336 (patch) | |
| tree | 54106d60bd5f2273821bb5e3fb73bebf31a5599e /src/callproc.c | |
| parent | d0b228766f1471ed104d2e038f63cd4627d79b57 (diff) | |
| parent | 9cb52861f287cbad4608a5fceddae5bac1a90ba6 (diff) | |
| download | emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.tar.gz emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.zip | |
Merge from trunk
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/callproc.c b/src/callproc.c index bed3302e508..378c647f385 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -25,10 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | #include <setjmp.h> | 26 | #include <setjmp.h> |
| 27 | 27 | ||
| 28 | #ifndef USE_CRT_DLL | ||
| 29 | extern int errno; | ||
| 30 | #endif | ||
| 31 | |||
| 32 | /* Define SIGCHLD as an alias for SIGCLD. */ | 28 | /* Define SIGCHLD as an alias for SIGCLD. */ |
| 33 | 29 | ||
| 34 | #if !defined (SIGCHLD) && defined (SIGCLD) | 30 | #if !defined (SIGCHLD) && defined (SIGCLD) |
| @@ -61,7 +57,6 @@ extern int errno; | |||
| 61 | #include <fcntl.h> | 57 | #include <fcntl.h> |
| 62 | #include <sys/stat.h> | 58 | #include <sys/stat.h> |
| 63 | #include <sys/param.h> | 59 | #include <sys/param.h> |
| 64 | #include <errno.h> | ||
| 65 | #endif /* MSDOS */ | 60 | #endif /* MSDOS */ |
| 66 | 61 | ||
| 67 | #ifndef O_RDONLY | 62 | #ifndef O_RDONLY |