aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-17 00:03:59 +0000
committerRichard M. Stallman1994-12-17 00:03:59 +0000
commit0eae1cf336e6b153847ee0a81e661af92e69057e (patch)
treeadeae236195a8529a384b83d98860128876b5059 /src
parent90371ec97bc3e53176f86432c49e2fec8cf19265 (diff)
downloademacs-0eae1cf336e6b153847ee0a81e661af92e69057e.tar.gz
emacs-0eae1cf336e6b153847ee0a81e661af92e69057e.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/s/isc3-0.h4
1 files changed, 4 insertions, 0 deletions
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 @@
29/* This works around a bug in ISC 4.0 and 3.0; it fails 29/* This works around a bug in ISC 4.0 and 3.0; it fails
30 to clear the "POSIX process" flag on an exec. 30 to clear the "POSIX process" flag on an exec.
31 It won't be needed for 4.1. */ 31 It won't be needed for 4.1. */
32/* neg@brooktrout.com reported that he did not have this function
33 on ISC 3.0.1. I don't know who to believe or what to do,
34 so I am leaving it alone until someone tells me
35 precisely when this function is needed -- rms. */
32#define EXTRA_INITIALIZE __setostype (0) 36#define EXTRA_INITIALIZE __setostype (0)