diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
commit | 3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch) | |
tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/wc | |
parent | d3cb5ded92a4fcf21400c9742ca884549bebc99e (diff) | |
download | src-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz src-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip |
Notes
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.c | 4 |
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) |