X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..6345e60c392bbf92b3d7ca2bba473f9da5c073ff:/sbr/refile.c?ds=sidebyside diff --git a/sbr/refile.c b/sbr/refile.c index ade07f6e..ce31273b 100644 --- a/sbr/refile.c +++ b/sbr/refile.c @@ -6,8 +6,10 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "arglist.h" +#include "error.h" +#include "h/utils.h" int @@ -43,7 +45,7 @@ refile (char **arg, char *file) execvp (program, vec); fprintf (stderr, "unable to exec "); perror (fileproc); - _exit (-1); + _exit(1); default: arglist_free(program, vec);