summaryrefslogtreecommitdiffstats
path: root/usr.bin/biff/biff.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 10:09:20 +0000
committered <ed@FreeBSD.org>2010-01-02 10:09:20 +0000
commitb2f13324285e9f616da10d4c1fb2d101723c07ea (patch)
treea138378761890dfbbb922442dc23d824a9740d2d /usr.bin/biff/biff.c
parent09818ac28e064437e7ab61eb0cd30245d17d27ea (diff)
downloadFreeBSD-src-b2f13324285e9f616da10d4c1fb2d101723c07ea.zip
FreeBSD-src-b2f13324285e9f616da10d4c1fb2d101723c07ea.tar.gz
ANSIfy various tools in usr.bin/.
Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well.
Diffstat (limited to 'usr.bin/biff/biff.c')
-rw-r--r--usr.bin/biff/biff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c
index c04c8d3..70d2d85 100644
--- a/usr.bin/biff/biff.c
+++ b/usr.bin/biff/biff.c
@@ -110,7 +110,7 @@ main(int argc, char *argv[])
}
static void
-usage()
+usage(void)
{
(void)fprintf(stderr, "usage: biff [n | y | b]\n");
exit(2);
OpenPOWER on IntegriCloud