diff options
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) |