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
4c244a38ad
commit
300fb94053
@ -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…
Reference in New Issue
Block a user