]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_VFORK): Remove #undef, since we now
authorKarl Heuer <kwzh@gnu.org>
Wed, 13 Dec 1995 01:51:37 +0000 (01:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 13 Dec 1995 01:51:37 +0000 (01:51 +0000)
know how to use Solaris vfork.
(VFORK_RETURN_TYPE): Remove definition.

src/s/sol2-3.h

index ac80a2ff1200206a5c88a0dab4800601a43820c7..2e5d068d19368820f7453f733c6332b22ff8a2e5 100644 (file)
     strncpy(pty_name, ptyname, sizeof(pty_name)); \
     pty_name[sizeof(pty_name) - 1] = 0;                \
   }
-
-/* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4.
-   Brendan Kehoe <brendan@zen.org> 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