make chatty9p an extern int for the mac.
This commit is contained in:
parent
c31f81ac8b
commit
8ba3811378
2 changed files with 3 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ struct Srv {
|
||||||
void srv(Srv*);
|
void srv(Srv*);
|
||||||
void postmountsrv(Srv*, char*, char*, int);
|
void postmountsrv(Srv*, char*, char*, int);
|
||||||
int postfd(char*, int);
|
int postfd(char*, int);
|
||||||
int chatty9p;
|
extern int chatty9p;
|
||||||
void respond(Req*, char*);
|
void respond(Req*, char*);
|
||||||
void threadpostmountsrv(Srv*, char*, char*, int);
|
void threadpostmountsrv(Srv*, char*, char*, int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
#include <thread.h>
|
#include <thread.h>
|
||||||
#include <9p.h>
|
#include <9p.h>
|
||||||
|
|
||||||
|
int chatty9p;
|
||||||
|
|
||||||
// static char Ebadattach[] = "unknown specifier in attach";
|
// static char Ebadattach[] = "unknown specifier in attach";
|
||||||
static char Ebadoffset[] = "bad offset";
|
static char Ebadoffset[] = "bad offset";
|
||||||
// static char Ebadcount[] = "bad count";
|
// static char Ebadcount[] = "bad count";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue