commit | 67e944db9f790ac8704fe35cd050715e3d980ff0 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Jul 22 12:19:29 2005 +0000 |
committer | rsc <devnull@localhost> | Fri Jul 22 12:19:29 2005 +0000 |
tree | 52c433f96258303c0a3a68f9de07834f14e74196 | |
parent | d242e5ad5a7e2e5feff883fcd3b5792f343dc988 [diff] [blame] |
fix tar
diff --git a/src/cmd/tar.c b/src/cmd/tar.c index aabc25e..d030b0b 100644 --- a/src/cmd/tar.c +++ b/src/cmd/tar.c
@@ -9,7 +9,7 @@ #include <u.h> #include <libc.h> #include <fcall.h> /* for %M */ -#include <String.h> +#include <libString.h> /* * modified versions of those in libc.h; scans only the first arg for @@ -116,7 +116,7 @@ #define OTHER(rdwr) (rdwr == Rd? Wr: Rd) -static int debug; +/* static int debug; */ static int verb; static int posix = 1; static int docreate;