From 1eb52acd11d7bf54adc472a07e64cbac9d11b3a5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Apr 1994 21:42:58 +0000 Subject: [PATCH] Initial revision --- src/s/isc4-0.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/s/isc4-0.h 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) + -- 2.39.5