diff options
| author | Dan Nicolaescu | 2008-07-12 05:31:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-12 05:31:23 +0000 |
| commit | bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff (patch) | |
| tree | 6cae6cf2406e44c00e2ae670a4555f741bdb01d4 /src/s/netbsd.h | |
| parent | 2f4ec7ce4fe0cb5036a919abdc101a611202ffd2 (diff) | |
| download | emacs-bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff.tar.gz emacs-bba104c11e882cd9ea7c2c9ec4cf79b7f152d5ff.zip | |
* syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
always defined as int.
* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.
* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.
* movemail.c (main): Use int instead of WAITTYPE.
Diffstat (limited to 'src/s/netbsd.h')
| -rw-r--r-- | src/s/netbsd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 951e00091fc..5a667e30d2d 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -33,8 +33,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 33 | #undef LDAV_SYMBOL | 33 | #undef LDAV_SYMBOL |
| 34 | #define HAVE_GETLOADAVG 1 | 34 | #define HAVE_GETLOADAVG 1 |
| 35 | 35 | ||
| 36 | #define HAVE_UNION_WAIT | ||
| 37 | |||
| 38 | #define SIGNALS_VIA_CHARACTERS | 36 | #define SIGNALS_VIA_CHARACTERS |
| 39 | 37 | ||
| 40 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 38 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
| @@ -92,9 +90,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 92 | #define END_FILES_1 | 90 | #define END_FILES_1 |
| 93 | #endif | 91 | #endif |
| 94 | 92 | ||
| 95 | #define HAVE_WAIT_HEADER | ||
| 96 | #define WAIT_USE_INT | ||
| 97 | |||
| 98 | #define AMPERSAND_FULL_NAME | 93 | #define AMPERSAND_FULL_NAME |
| 99 | 94 | ||
| 100 | #ifdef __ELF__ | 95 | #ifdef __ELF__ |