summaryrefslogtreecommitdiff
path: root/usr.bin/rev/rev.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
commitd3cb5ded92a4fcf21400c9742ca884549bebc99e (patch)
treebdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/rev/rev.c
parentf1bb2cd2aa7488657658fbc09aae2ead579049ab (diff)
Notes
Diffstat (limited to 'usr.bin/rev/rev.c')
-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 50921e7b4665..86d7276442f4 100644
--- a/usr.bin/rev/rev.c
+++ b/usr.bin/rev/rev.c
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-void usage __P((void));
+void usage(void);
int
main(argc, argv)