From: Richard M. Stallman Date: Sat, 17 Dec 1994 00:03:59 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~5675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0eae1cf336e6b153847ee0a81e661af92e69057e;p=emacs.git Comment change. --- diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index d2fcc7b7452..43d4f92a08b 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.0.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)