This commit is contained in:
rsc 2005-07-22 12:19:29 +00:00
parent d242e5ad5a
commit 67e944db9f

View file

@ -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;