aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2001-12-07 05:55:41 +0000
committerPaul Eggert2001-12-07 05:55:41 +0000
commit120d77d8211ab7c649a8896c842bda36a50efc10 (patch)
treec27af8d0bf02076b13bed9db202457a557e2bbb0 /src
parent1e659e0e93a909d77a8e4c4c8160a574dc42937a (diff)
downloademacs-120d77d8211ab7c649a8896c842bda36a50efc10.tar.gz
emacs-120d77d8211ab7c649a8896c842bda36a50efc10.zip
Fix comment about vfork.
Diffstat (limited to 'src')
-rw-r--r--src/s/usg5-4-2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h
index c2a65979b6e..351d51fe29b 100644
--- a/src/s/usg5-4-2.h
+++ b/src/s/usg5-4-2.h
@@ -2,8 +2,6 @@
2 2
3#include "usg5-4.h" 3#include "usg5-4.h"
4 4
5/* pcg@aber.ac.uk says this is useless since fork does copy-on-write
6 #define HAVE_VFORK */
7/* fnf@cygnus.com says these exist. */ 5/* fnf@cygnus.com says these exist. */
8#define HAVE_TCATTR 6#define HAVE_TCATTR
9#if 0 /* autoconf should take care of this. */ 7#if 0 /* autoconf should take care of this. */