aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tar.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-22 12:19:29 +0000
committerrsc <devnull@localhost>2005-07-22 12:19:29 +0000
commit67e944db9f790ac8704fe35cd050715e3d980ff0 (patch)
tree52c433f96258303c0a3a68f9de07834f14e74196 /src/cmd/tar.c
parentd242e5ad5a7e2e5feff883fcd3b5792f343dc988 (diff)
downloadplan9port-67e944db9f790ac8704fe35cd050715e3d980ff0.tar.gz
plan9port-67e944db9f790ac8704fe35cd050715e3d980ff0.tar.bz2
plan9port-67e944db9f790ac8704fe35cd050715e3d980ff0.zip
fix tar
Diffstat (limited to 'src/cmd/tar.c')
-rw-r--r--src/cmd/tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/tar.c b/src/cmd/tar.c
index aabc25ef..d030b0b4 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 @@ typedef struct {
#define OTHER(rdwr) (rdwr == Rd? Wr: Rd)
-static int debug;
+/* static int debug; */
static int verb;
static int posix = 1;
static int docreate;