Ticket #18218: patch-qmail-rspawn.c.diff

File patch-qmail-rspawn.c.diff, 302 bytes (added by compconsultant@…, 15 years ago)

Goes in files directory

  • qmail-rspawn.c

    old new  
    9090 args[3] = r;
    9191 args[4] = 0;
    9292
    93  if (!(f = vfork()))
     93 if (!(f = fork()))
    9494  {
    9595   if (fd_move(0,fdmess) == -1) _exit(111);
    9696   if (fd_move(1,fdout) == -1) _exit(111);