aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-02 05:05:37 +0000
committerRichard M. Stallman1997-09-02 05:05:37 +0000
commite6bab6e43c33d805a1ebefc04921b63ac2f1cd00 (patch)
tree9a612998a7ce1f7e40582b311ca42eeb8d2311f6 /src
parent3e4a18035df9a598f80cbc6b2e190121e71bd426 (diff)
downloademacs-e6bab6e43c33d805a1ebefc04921b63ac2f1cd00.tar.gz
emacs-e6bab6e43c33d805a1ebefc04921b63ac2f1cd00.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/unexnext.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/unexnext.c b/src/unexnext.c
index e250245088c..f17dd8e9ee7 100644
--- a/src/unexnext.c
+++ b/src/unexnext.c
@@ -31,7 +31,9 @@ Boston, MA 02111-1307, USA. */
31#include <sys/file.h> 31#include <sys/file.h>
32#include <sys/stat.h> 32#include <sys/stat.h>
33#include <unistd.h> 33#include <unistd.h>
34/* Instead of unistd.h, this used to include libc.h. */ 34/* Instead of unistd.h, this used to include libc.h.
35 "Nelson H. F. Beebe" <beebe@math.utah.edu> says that doesn't work
36 in system version 3.3. */
35 37
36 38
37int malloc_cookie; 39int malloc_cookie;