*** empty log message ***

This commit is contained in:
Christopher Faylor 2001-09-14 04:39:56 +00:00
parent 25e40ae6aa
commit 5654f240f1
1 changed files with 1 additions and 0 deletions

View File

@ -733,6 +733,7 @@ vfork ()
if (vf->pid < 0)
{
int exitval = -vf->pid;
vf->pid = 0;
if ((vf->pid = fork ()) == 0)
exit (exitval);
}