X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=amiga%2Ftailor.c;h=9207999ade5ea653292b570cf2620288c5285a3b;hb=d06e0288c7f44218ba9a4175faedeed0b5b2a8e8;hp=9f14cc45b6c64e053121527d44d17b95144c7984;hpb=302189d124ed5849c2589ea92e912eb24fdc4ab3;p=debian%2Fgzip diff --git a/amiga/tailor.c b/amiga/tailor.c index 9f14cc4..9207999 100644 --- a/amiga/tailor.c +++ b/amiga/tailor.c @@ -8,6 +8,7 @@ * This file contains Amiga specific functions for gzip. */ +#include #include #include #include @@ -115,7 +116,7 @@ void _expand_args (oargc, oargv) { expand_next_file (NULL); fprintf (stderr,"Too many files.\n"); - exit (20); + exit (EXIT_FAILURE); } else { @@ -133,7 +134,7 @@ void _expand_args (oargc, oargv) if (argc >= MAXARGS) { fprintf (stderr,"Too many files.\n"); - exit (20); + exit (EXIT_FAILURE); } else { @@ -145,7 +146,7 @@ void _expand_args (oargc, oargv) *oargv = argv; if (no_match_at_all && contains_wildcards) { fprintf (stderr,"No match.\n"); - exit (20); + exit (EXIT_FAILURE); } }