# HG changeset patch # User Karl Heuer # Date 801536880 0 # Node ID 03de0dfc6657435c0a801e2952b3bbe08cbdbab9 # Parent bfb07760304d22248b6f3b458da9bc0c5153c8a1 (VFORK_RETURN_TYPE): Moved here from s/sol2-4.h. diff -r bfb07760304d -r 03de0dfc6657 src/s/sol2-3.h --- a/src/s/sol2-3.h Sat May 27 00:48:24 1995 +0000 +++ b/src/s/sol2-3.h Sat May 27 01:08:00 1995 +0000 @@ -49,6 +49,11 @@ pty_name[sizeof(pty_name) - 1] = 0; \ } -/* David Miller says vfork fails on 2.4. */ -/* Brendan Kehoe says it also fails on 2.3. */ +/* 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