aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags/chflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chflags/chflags.c')
-rw-r--r--bin/chflags/chflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c
index 02137eb30c34..2c07db9becc4 100644
--- a/bin/chflags/chflags.c
+++ b/bin/chflags/chflags.c
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-void usage(void);
+static void usage(void);
int
main(int argc, char *argv[])
@@ -196,7 +196,7 @@ main(int argc, char *argv[])
exit(rval);
}
-void
+static void
usage(void)
{
(void)fprintf(stderr,