# HG changeset patch # User Karl Heuer # Date 818819497 0 # Node ID a3b8903f3de0f701e68f608b3fba13dee37168e8 # Parent 9356c7d7dcd60513ce13f9f8cc82d7bc0313f03c (HAVE_VFORK): Remove #undef, since we now know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition. diff -r 9356c7d7dcd6 -r a3b8903f3de0 src/s/sol2-3.h --- a/src/s/sol2-3.h Wed Dec 13 01:37:58 1995 +0000 +++ b/src/s/sol2-3.h Wed Dec 13 01:51:37 1995 +0000 @@ -48,12 +48,3 @@ 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. - So we'll use the alternate definition in sysdep.c. - But a header file has a declaration - that would conflict with the definition of vfork in sysdep.c. - So we'll choose the return type to match the system header. */ -#undef HAVE_VFORK -#define VFORK_RETURN_TYPE pid_t