mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
Add #undef HAVE_VFORK.
This commit is contained in:
parent
c9492f08ac
commit
031f7919d8
1 changed files with 4 additions and 0 deletions
|
|
@ -48,3 +48,7 @@
|
|||
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. */
|
||||
#undef HAVE_VFORK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue