make chatty9p an extern int for the mac.

This commit is contained in:
rsc 2005-03-04 14:47:18 +00:00
parent c31f81ac8b
commit 8ba3811378
2 changed files with 3 additions and 1 deletions

View file

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

View file

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