# HG changeset patch # User Richard M. Stallman # Date 769390368 0 # Node ID f5aa65299489f53f3100b0a99a408033aa3fe21f # Parent 7464fd74acf7b0d1f62ec5ec939babfa9eac4300 (EXTRA_INITIALIZE): Define here. diff -r 7464fd74acf7 -r f5aa65299489 src/s/isc3-0.h --- a/src/s/isc3-0.h Thu May 19 23:32:30 1994 +0000 +++ b/src/s/isc3-0.h Thu May 19 23:32:48 1994 +0000 @@ -29,3 +29,7 @@ /* It is safe to have no parens around the args in the safe_bcopy call, and parens would screw up the prototype decl for memmove. */ #define memmove(d, s, n) safe_bcopy (s, d, n) + +/* This works around a bug in ISC 4.0 and 3.0; it fails + to clear the "POSIX process" flag on an exec. */ +#define EXTRA_INITIALIZE __setostype (0)