diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-19 23:32:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-19 23:32:30 +0000 |
commit | cbd4bc1b50e57edb950027d194a11409b10f5e94 (patch) | |
tree | 93d9a5b117ce5991e9c24274b24eaad6af792ebc /src/s | |
parent | 3f6ca39d9182f4ae0131cb67597ee749532be66b (diff) | |
download | emacs-cbd4bc1b50e57edb950027d194a11409b10f5e94.tar.gz emacs-cbd4bc1b50e57edb950027d194a11409b10f5e94.tar.bz2 emacs-cbd4bc1b50e57edb950027d194a11409b10f5e94.zip |
(EXTRA_INITIALIZE): Definition deleted.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/isc4-0.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index 35455e45e74..d5c390f6145 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h @@ -2,10 +2,6 @@ #include "isc3-0.h" -/* This works around a bug in ISC 4.0; it fails - to clear the "POSIX process" flag on an exec. */ -#define EXTRA_INITIALIZE __setostype (0) - #define LIBS_SYSTEM -linet #define ISC4_0 |