aboutsummaryrefslogtreecommitdiff
path: root/include/9p.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-04 14:47:18 +0000
committerrsc <devnull@localhost>2005-03-04 14:47:18 +0000
commit8ba3811378e9e10d0fc363e152ef7ea40a658463 (patch)
tree6f0b4924f66a6239a775da8deefb0ee4d42b242a /include/9p.h
parentc31f81ac8b402e72acf552eb9b0740a700000e8b (diff)
downloadplan9port-8ba3811378e9e10d0fc363e152ef7ea40a658463.tar.gz
plan9port-8ba3811378e9e10d0fc363e152ef7ea40a658463.tar.bz2
plan9port-8ba3811378e9e10d0fc363e152ef7ea40a658463.zip
make chatty9p an extern int for the mac.
Diffstat (limited to 'include/9p.h')
-rw-r--r--include/9p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/9p.h b/include/9p.h
index 00d2fe07..f83dce00 100644
--- a/include/9p.h
+++ b/include/9p.h
@@ -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);