mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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 postmountsrv(Srv*, char*, char*, int);
|
||||
int postfd(char*, int);
|
||||
int chatty9p;
|
||||
extern int chatty9p;
|
||||
void respond(Req*, char*);
|
||||
void threadpostmountsrv(Srv*, char*, char*, int);
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
#include <thread.h>
|
||||
#include <9p.h>
|
||||
|
||||
int chatty9p;
|
||||
|
||||
// static char Ebadattach[] = "unknown specifier in attach";
|
||||
static char Ebadoffset[] = "bad offset";
|
||||
// static char Ebadcount[] = "bad count";
|
||||
|
|
Loading…
Reference in a new issue