summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-13 01:51:37 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-13 01:51:37 +0000
commitd02091aa57a68f77d3514934046c4f4407ea71aa (patch)
tree1901f437e2cd0a6e79124c5b1d9c654254e3e459
parent9a3b1f90c27bc7624081e3ee7a17ebe5d77620ec (diff)
downloademacs-d02091aa57a68f77d3514934046c4f4407ea71aa.tar.gz
(HAVE_VFORK): Remove #undef, since we now
know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition.
-rw-r--r--src/s/sol2-3.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h
index ac80a2ff120..2e5d068d193 100644
--- a/src/s/sol2-3.h
+++ b/src/s/sol2-3.h
@@ -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