summaryrefslogtreecommitdiffstats
path: root/usr.bin/wc/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/wc/wc.c')
-rw-r--r--usr.bin/wc/wc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c
index 5afeb17..090ff77 100644
--- a/usr.bin/wc/wc.c
+++ b/usr.bin/wc/wc.c
@@ -69,9 +69,7 @@ static int cnt(const char *);
static void usage(void);
int
-main(argc, argv)
- int argc;
- char *argv[];
+main(int argc, char *argv[])
{
int ch, errors, total;
@@ -133,8 +131,7 @@ main(argc, argv)
}
static int
-cnt(file)
- const char *file;
+cnt(const char *file)
{
struct stat sb;
uintmax_t linect, wordct, charct;
OpenPOWER on IntegriCloud