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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue