From da35fa978455d675e8e7af5b9711cecc304a3f18 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 5 May 1995 05:11:46 +0000 Subject: (HAVE_VFORK): Add #undef. --- src/s/sol2-4.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/s/sol2-4.h') diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h index 02a4879da15..d9ea83389a7 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 says vfork fails on 2.4. */ +#undef HAVE_VFORK -- cgit v1.2.1