# HG changeset patch # User Karl Heuer # Date 801526019 0 # Node ID cb9697be9f335c0a39ab914e2f0d1ca2fa110eb1 # Parent 19ebc17d12883275de6ea8000101e617db965c72 Add #undef HAVE_VFORK. diff -r 19ebc17d1288 -r cb9697be9f33 src/s/sol2-3.h --- a/src/s/sol2-3.h Fri May 26 21:54:20 1995 +0000 +++ b/src/s/sol2-3.h Fri May 26 22:06:59 1995 +0000 @@ -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