tfix tar - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 67e944db9f790ac8704fe35cd050715e3d980ff0
(DIR) parent d242e5ad5a7e2e5feff883fcd3b5792f343dc988
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 22 Jul 2005 12:19:29 +0000
fix tar
Diffstat:
M src/cmd/tar.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/src/cmd/tar.c b/src/cmd/tar.c
t@@ -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
t@@ -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;