make defn of usage() match prototype
authorMike Hibler <hibler@ucbvax.Berkeley.EDU>
Fri, 7 May 1993 06:20:12 +0000 (22:20 -0800)
committerMike Hibler <hibler@ucbvax.Berkeley.EDU>
Fri, 7 May 1993 06:20:12 +0000 (22:20 -0800)
SCCS-vsn: sbin/restore/main.c 5.13

usr/src/sbin/restore/main.c

index 0e620c4..7eb1024 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.13 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -240,7 +240,7 @@ main(argc, argv)
        /* NOTREACHED */
 }
 
        /* NOTREACHED */
 }
 
-void
+static void
 usage()
 {
        (void)fprintf(stderr, "usage:\t%s%s%s%s%s",
 usage()
 {
        (void)fprintf(stderr, "usage:\t%s%s%s%s%s",