summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 11:05:34 +0000
committered <ed@FreeBSD.org>2010-01-02 11:05:34 +0000
commitec19ea84b8117fa04d9e5cf9d8945e0bacc2596e (patch)
tree6af957c7a5ebcb33410c42b9f932f4bb50d4645e /usr.sbin/extattrctl
parent9b380e30d4e06cf0243e311871dc27cfa4a6354a (diff)
downloadFreeBSD-src-ec19ea84b8117fa04d9e5cf9d8945e0bacc2596e.zip
FreeBSD-src-ec19ea84b8117fa04d9e5cf9d8945e0bacc2596e.tar.gz
ANSIfy some more tools in usr.sbin/.
Most of these tools build with WARNS=6, except for their use of K&R function declarations.
Diffstat (limited to 'usr.sbin/extattrctl')
-rw-r--r--usr.sbin/extattrctl/extattrctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c
index 103fcd3..1929f79 100644
--- a/usr.sbin/extattrctl/extattrctl.c
+++ b/usr.sbin/extattrctl/extattrctl.c
@@ -54,7 +54,7 @@ long num_inodes_by_path(char *path);
void usage(void);
void
-usage()
+usage(void)
{
fprintf(stderr,
OpenPOWER on IntegriCloud