fix tar
This commit is contained in:
parent
d242e5ad5a
commit
67e944db9f
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#include <u.h>
|
#include <u.h>
|
||||||
#include <libc.h>
|
#include <libc.h>
|
||||||
#include <fcall.h> /* for %M */
|
#include <fcall.h> /* for %M */
|
||||||
#include <String.h>
|
#include <libString.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* modified versions of those in libc.h; scans only the first arg for
|
* 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)
|
#define OTHER(rdwr) (rdwr == Rd? Wr: Rd)
|
||||||
|
|
||||||
static int debug;
|
/* static int debug; */
|
||||||
static int verb;
|
static int verb;
|
||||||
static int posix = 1;
|
static int posix = 1;
|
||||||
static int docreate;
|
static int docreate;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue