From 84752d63d484564475fd962d68bbdc0a9d56daac Mon Sep 17 00:00:00 2001 From: delphij Date: Sun, 13 Dec 2009 03:18:37 +0000 Subject: Use prototype for usage(). --- usr.bin/mktemp/mktemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mktemp') diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index b58ac4b..72b89d6 100644 --- a/usr.bin/mktemp/mktemp.c +++ b/usr.bin/mktemp/mktemp.c @@ -143,7 +143,7 @@ main(int argc, char **argv) } static void -usage() +usage(void) { fprintf(stderr, "usage: mktemp [-d] [-q] [-t prefix] [-u] template ...\n"); -- cgit v1.1