X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..a5c6f670c3636f018a65738645bf712e99d27698:/uip/post.c diff --git a/uip/post.c b/uip/post.c index 1a541e21..56ae555c 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1537,7 +1537,7 @@ make_bcc_file (int dashstuff) execvp (program, vec); fprintf (stderr, "unable to exec "); perror (mhlproc); - _exit (-1); + _exit(1); default: pidXwait (child_id, mhlproc); @@ -2012,7 +2012,7 @@ fcc (char *file, char *folder) arglist[argp++] = fold; arglist[argp] = NULL; execvp (program, arglist); - _exit (-1); + _exit(1); default: if ((status = pidwait (child_id, OK))) {