aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
commit3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch)
treef17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/wc
parentd3cb5ded92a4fcf21400c9742ca884549bebc99e (diff)
downloadsrc-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz
src-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip
Notes
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/wc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c
index 5758f5d3aa5e..d70d94093920 100644
--- a/usr.bin/wc/wc.c
+++ b/usr.bin/wc/wc.c
@@ -62,8 +62,8 @@ __FBSDID("$FreeBSD$");
uintmax_t tlinect, twordct, tcharct;
int doline, doword, dochar;
-static int cnt __P((const char *));
-static void usage __P((void));
+static int cnt(const char *);
+static void usage(void);
int
main(argc, argv)