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