Deleted Added
full compact
35c35
< static char copyright[] =
---
> static const char copyright[] =
40a41
> #if 0
41a43
> #endif
66c68
< void usage __P((void));
---
> static void usage __P((void));
92,93c94
< errx(1,
< "%s: illegal line count.", optarg);
---
> errx(1, "%s: illegal line count", optarg);
103,104c104,105
< *ep != '\0' && *ep != 'k' && *ep != 'm')
< errx(1, "%s: illegal byte count.", optarg);
---
> (*ep != '\0' && *ep != 'k' && *ep != 'm'))
> errx(1, "%s: illegal byte count", optarg);
114c115
< errx(1, "%s: illegal line count.", optarg);
---
> errx(1, "%s: illegal line count", optarg);
271c272
< errx(1, "too many files.");
---
> errx(1, "too many files");
282c283
< void
---
> static void