comparison src/s/isc4-0.h @ 6777:1f1e94761cd6

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Apr 1994 21:42:58 +0000
parents
children b6ef9edeb65d
comparison
equal deleted inserted replaced
6776:35ee53952fd0 6777:1f1e94761cd6
1 /* This is needed for ISC 4.0, but won't be needed for 4.1. */
2
3 #include "isc3-0.h"
4
5 /* This works around a bug in ISC 4.0; it fails
6 to clear the "POSIX process" flag on an exec. */
7 #define EXTRA_INITIALIZE __setostype (0)
8