Initial revision
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Apr 1994 21:42:58 +0000 (21:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Apr 1994 21:42:58 +0000 (21:42 +0000)
src/s/isc4-0.h [new file with mode: 0644]

diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h
new file mode 100644 (file)
index 0000000..dd8816b
--- /dev/null
@@ -0,0 +1,8 @@
+/* This is needed for ISC 4.0, but won't be needed for 4.1.  */
+
+#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)
+