(HAVE_VFORK): Remove #undef, since we now
know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition.
This commit is contained in:
parent
f7c7053ea6
commit
3ec89604c4
1 changed files with 0 additions and 9 deletions
|
@ -48,12 +48,3 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue