summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-30 06:36:42 +0000
committered <ed@FreeBSD.org>2009-12-30 06:36:42 +0000
commitc251c86f6f35773a1bb172dba68e5f25eeb605dd (patch)
tree0872317194efcee02f5be1e2d30dc1643311ec26 /sbin
parent0fabff56c275bf0c079062f5391b09d459e25c25 (diff)
downloadFreeBSD-src-c251c86f6f35773a1bb172dba68e5f25eeb605dd.zip
FreeBSD-src-c251c86f6f35773a1bb172dba68e5f25eeb605dd.tar.gz
Let umount build with -Wold-style-definition.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/umount/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index 32ffbb3..eb51f2a 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -588,7 +588,7 @@ xdr_dir(XDR *xdrsp, char *dirp)
}
void
-usage()
+usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
OpenPOWER on IntegriCloud