summaryrefslogtreecommitdiffstats
path: root/src/lib9pclient/fsimpl.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2010-12-07 13:34:11 -0500
committerRuss Cox <rsc@swtch.com>2010-12-07 13:34:11 -0500
commit74dd0321756f968c595487f694fbe74ad00f0624 (patch)
treee551d8fbc2c00f8670c0073c1d794dda19cd2ac7 /src/lib9pclient/fsimpl.h
parentd10a7ed9a899c17d142021298dd45b4ea9ae6b84 (diff)
downloadplan9port-74dd0321756f968c595487f694fbe74ad00f0624.tar.gz
plan9port-74dd0321756f968c595487f694fbe74ad00f0624.zip
delete 9P2000.u
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
Diffstat (limited to 'src/lib9pclient/fsimpl.h')
-rw-r--r--src/lib9pclient/fsimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib9pclient/fsimpl.h b/src/lib9pclient/fsimpl.h
index d609dde8..9c5c5553 100644
--- a/src/lib9pclient/fsimpl.h
+++ b/src/lib9pclient/fsimpl.h
@@ -14,7 +14,6 @@ void *_fsnbqrecv(Queue*);
struct CFsys
{
char version[20];
- int dotu;
int msize;
QLock lk;
int fd;