make chatty9p an extern int for the mac.
This commit is contained in:
parent
c31f81ac8b
commit
8ba3811378
@ -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…
Reference in New Issue
Block a user