Ticket #13972: patch-qmail-rspawn.c.diff
File patch-qmail-rspawn.c.diff, 302 bytes (added by compconsultant@…, 17 years ago) |
---|
-
qmail-rspawn.c
old new 90 90 args[3] = r; 91 91 args[4] = 0; 92 92 93 if (!(f = vfork()))93 if (!(f = fork())) 94 94 { 95 95 if (fd_move(0,fdmess) == -1) _exit(111); 96 96 if (fd_move(1,fdout) == -1) _exit(111);