Mercurial > emacs
changeset 6777:1f1e94761cd6
Initial revision
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Apr 1994 21:42:58 +0000 |
parents | 35ee53952fd0 |
children | a4a33206aee4 |
files | src/s/isc4-0.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/isc4-0.h Sat Apr 09 21:42:58 1994 +0000 @@ -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) +