-/*
- * showfile.c -- invoke the `lproc' command
+/* showfile.c -- invoke the `lproc' command
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
execvp (program, vec);
fprintf (stderr, "unable to exec ");
perror (lproc);
- _exit (-1);
+ _exit(1);
default:
/* parent */