aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-05-05 05:11:46 +0000
committerRichard M. Stallman <[email protected]>1995-05-05 05:11:46 +0000
commita79ffd75a83e3fdeff106ad88f0a5ecbe8050817 (patch)
treea11f9c49658f9c022380f00c7d48ceac6b71800a /src/s
parentd7c35c87b691d4cdc635c94172386f7322427731 (diff)
(HAVE_VFORK): Add #undef.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/sol2-4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h
index 02a4879da1..d9ea83389a 100644
--- a/src/s/sol2-4.h
+++ b/src/s/sol2-4.h
@@ -17,3 +17,6 @@
#undef C_SWITCH_SYSTEM
#undef const
#endif /* __GNUC__ */
+
+/* David Miller <[email protected]> says vfork fails on 2.4. */
+#undef HAVE_VFORK