summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/s/isc4-0.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h
new file mode 100644
index 00000000000..dd8816ba313
--- /dev/null
+++ b/src/s/isc4-0.h
@@ -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)
+