Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace.

This commit is contained in:
David Galos
2013-07-20 01:27:42 -04:00
parent 43c4213631
commit 9f8deb4b23
25 changed files with 78 additions and 85 deletions

4
wc.c
View File

@@ -19,7 +19,7 @@ main(int argc, char *argv[])
{
FILE *fp;
int i;
ARGBEGIN {
case 'c':
cmode = 'c';
@@ -36,7 +36,7 @@ main(int argc, char *argv[])
default:
eprintf("usage: %s [-clmw] [files...]\n", argv0);
} ARGEND;
if (argc == 0) {
wc(stdin, NULL);
} else {