correct vfork()/exit() to vfork()/_exit(). This is far more important
now that vfork() actually works in FreeBSD for the first time. Spotted by: se
This commit is contained in:
parent
d4f450005c
commit
93c713af2b
@ -2098,7 +2098,7 @@ pexecute (search_flag, program, argv, not_last)
|
||||
/* Exec the program. */
|
||||
(*func) (program, argv);
|
||||
perror_exec (program);
|
||||
exit (-1);
|
||||
_exit (1);
|
||||
/* NOTREACHED */
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user