diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-17 00:03:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-17 00:03:14 +0000 |
commit | 15172096ea4aed9ddc086b6a670904dfed038d4c (patch) | |
tree | 2b8aa995d0260cabdc5b5a379f6db75e9b579cf7 /src/s/isc3-0.h | |
parent | ee2d8dcbdc6905fcf2665442e360047c6b715de0 (diff) | |
download | emacs-15172096ea4aed9ddc086b6a670904dfed038d4c.tar.gz |
Comment change.
Diffstat (limited to 'src/s/isc3-0.h')
-rw-r--r-- | src/s/isc3-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index d2fcc7b7452..aac4eae2b32 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -29,4 +29,8 @@ /* This works around a bug in ISC 4.0 and 3.0; it fails to clear the "POSIX process" flag on an exec. It won't be needed for 4.1. */ +/* neg@brooktrout.com reported that he did not have this function + on ISC 3.1. I don't know who to believe or what to do, + so I am leaving it alone until someone tells me + precisely when this function is needed -- rms. */ #define EXTRA_INITIALIZE __setostype (0) |