Mercurial > emacs
changeset 11949:cb9697be9f33
Add #undef HAVE_VFORK.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 26 May 1995 22:06:59 +0000 |
parents | 19ebc17d1288 |
children | e45a4d0aae48 |
files | src/s/sol2-3.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2-3.h Fri May 26 21:54:20 1995 +0000 +++ b/src/s/sol2-3.h Fri May 26 22:06:59 1995 +0000 @@ -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