X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fgenfile.c;h=b5c79c30962a480a0339424f0092e1259df13e63;hb=2bda83b48d8a6807632312403561b11b79048443;hp=783609c3499eb86169de9e1352fc4f5e7a17e6c7;hpb=41d042c05ff68c236c5e3842f69b61fb5c027c76;p=chaz%2Ftar diff --git a/tests/genfile.c b/tests/genfile.c index 783609c..b5c79c3 100644 --- a/tests/genfile.c +++ b/tests/genfile.c @@ -1,6 +1,6 @@ /* Generate a file containing some preset patterns. - Copyright (C) 1995, 1996, 1997, 2001, 2003 Free Software + Copyright (C) 1995, 1996, 1997, 2001, 2003, 2004 Free Software Foundation, Inc. François Pinard , 1995. @@ -54,7 +54,8 @@ static int file_length = 0; static enum pattern pattern = DEFAULT_PATTERN; /* Explain how to use the program, then get out. */ -void +static void usage (int) __attribute__ ((noreturn)); +static void usage (int status) { if (status != EXIT_SUCCESS)