execvp (program, vec);
fprintf (stderr, "unable to exec ");
perror (mhlproc);
- _exit (-1);
+ _exit(1);
default:
pidXwait (child_id, mhlproc);
arglist[argp++] = fold;
arglist[argp] = NULL;
execvp (program, arglist);
- _exit (-1);
+ _exit(1);
default:
if ((status = pidwait (child_id, OK))) {