/[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.27 by gray, Mon Mar 25 09:52:51 2002 UTC revision 1.28 by gray, Mon Mar 25 10:38:41 2002 UTC
# Line 747  int mu_spawnvp(const char* prog, const c Line 747  int mu_spawnvp(const char* prog, const c
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 */  #ifdef HAVE__EXIT      
751          _exit (127);              /* exec error */
752    #else
753          exit (127);
754    #endif
755      }      }
756    else    else
757      {                           /* parent */      {                           /* parent */

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

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