]> Dogcows Code - chaz/tar/blobdiff - tests/genfile.c
Merge recent gnulib changes, and remove some lint.
[chaz/tar] / tests / genfile.c
index 783609c3499eb86169de9e1352fc4f5e7a17e6c7..b5c79c30962a480a0339424f0092e1259df13e63 100644 (file)
@@ -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 <pinard@iro.umontreal.ca>, 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)
This page took 0.019715 seconds and 4 git commands to generate.