From 031f7919d8cfa5f9bdbcde8efa4a302489cb76d5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 26 May 1995 22:06:59 +0000 Subject: [PATCH] Add #undef HAVE_VFORK. --- src/s/sol2-3.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h index 2e5d068d193..891f7cded8b 100644 --- a/src/s/sol2-3.h +++ b/src/s/sol2-3.h @@ -48,3 +48,7 @@ strncpy(pty_name, ptyname, sizeof(pty_name)); \ pty_name[sizeof(pty_name) - 1] = 0; \ } + +/* David Miller says vfork fails on 2.4. */ +/* Brendan Kehoe says it also fails on 2.3. */ +#undef HAVE_VFORK -- 2.39.2