X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb..603eca2a1490d6917c12353af65651b7492110fb:/sbr/refile.c diff --git a/sbr/refile.c b/sbr/refile.c index ade07f6e..de6bd92c 100644 --- a/sbr/refile.c +++ b/sbr/refile.c @@ -6,8 +6,12 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "getcpy.h" +#include "context_save.h" +#include "arglist.h" +#include "error.h" +#include "h/utils.h" int @@ -43,7 +47,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);