aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rev
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@FreeBSD.org>2008-06-08 12:43:02 +0000
committerWojciech A. Koszek <wkoszek@FreeBSD.org>2008-06-08 12:43:02 +0000
commitec4e0f15cd4d502670361bae4098f20e58f268bd (patch)
treee0ac004d56826587c29cc1938e9ef1a549b0a8a3 /usr.bin/rev
parent2e1a48930056323c0886459a94a8ad76f0769379 (diff)
downloadsrc-ec4e0f15cd4d502670361bae4098f20e58f268bd.tar.gz
src-ec4e0f15cd4d502670361bae4098f20e58f268bd.zip
Notes
Diffstat (limited to 'usr.bin/rev')
-rw-r--r--usr.bin/rev/rev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c
index eed36a81c09b..8b38897d2f6c 100644
--- a/usr.bin/rev/rev.c
+++ b/usr.bin/rev/rev.c
@@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include <wchar.h>
-void usage(void);
+static void usage(void);
int
main(int argc, char *argv[])