/[mailutils]/mailutils/mailbox/mutil.c
ViewVC logotype

Diff of /mailutils/mailbox/mutil.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by sroberts, Mon Mar 25 03:43:20 2002 UTC revision 1.27 by gray, Mon Mar 25 09:52:51 2002 UTC
# Line 746  int mu_spawnvp(const char* prog, const c Line 746  int mu_spawnvp(const char* prog, const c
746        sigaction (SIGQUIT, &savequit, NULL);        sigaction (SIGQUIT, &savequit, NULL);
747        sigprocmask (SIG_SETMASK, &savemask, NULL);        sigprocmask (SIG_SETMASK, &savemask, NULL);
748    
749        execvp(av[0], av);        execvp (av[0], av);
750        _exit (127);              /* exec error */        exit (127);               /* exec error */
751      }      }
752    else    else
753      {                           /* parent */      {                           /* parent */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26