aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-26 22:06:59 +0000
committerKarl Heuer1995-05-26 22:06:59 +0000
commit031f7919d8cfa5f9bdbcde8efa4a302489cb76d5 (patch)
tree7dc1f7960bcf20848a9206439b3d2a2d45b58ea0 /src
parentc9492f08ac6a258c2708c202054520371035fb7d (diff)
downloademacs-031f7919d8cfa5f9bdbcde8efa4a302489cb76d5.tar.gz
emacs-031f7919d8cfa5f9bdbcde8efa4a302489cb76d5.zip
Add #undef HAVE_VFORK.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h
index 2e5d068d193..891f7cded8b 100644
--- a/src/s/sol2-3.h
+++ b/src/s/sol2-3.h
@@ -48,3 +48,7 @@
48 strncpy(pty_name, ptyname, sizeof(pty_name)); \ 48 strncpy(pty_name, ptyname, sizeof(pty_name)); \
49 pty_name[sizeof(pty_name) - 1] = 0; \ 49 pty_name[sizeof(pty_name) - 1] = 0; \
50 } 50 }
51
52/* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4. */
53/* Brendan Kehoe <brendan@zen.org> says it also fails on 2.3. */
54#undef HAVE_VFORK