aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parentd10a7ed9a899c17d142021298dd45b4ea9ae6b84 (diff)
downloadplan9port-74dd0321756f968c595487f694fbe74ad00f0624.tar.gz
plan9port-74dd0321756f968c595487f694fbe74ad00f0624.tar.bz2
plan9port-74dd0321756f968c595487f694fbe74ad00f0624.zip
delete 9P2000.u
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
Diffstat (limited to 'include')
-rw-r--r--include/9p.h1
-rw-r--r--include/fcall.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/include/9p.h b/include/9p.h
index a72d460c..57caac28 100644
--- a/include/9p.h
+++ b/include/9p.h
@@ -204,7 +204,6 @@ struct Srv {
int nopipe;
int srvfd;
int leavefdsopen; /* magic for acme win */
- int dotu;
int foreground; /* run in foreground */
int fake;
diff --git a/include/fcall.h b/include/fcall.h
index 1e32b339..cee9b883 100644
--- a/include/fcall.h
+++ b/include/fcall.h
@@ -122,15 +122,6 @@ uint convM2D(uchar*, uint, Dir*, char*);
uint convD2M(Dir*, uchar*, uint);
uint sizeD2M(Dir*);
-uint convM2Su(uchar*, uint, Fcall*, int);
-uint convS2Mu(Fcall*, uchar*, uint, int);
-uint sizeS2Mu(Fcall*, int);
-
-int statchecku(uchar *abuf, uint nbuf, int);
-uint convM2Du(uchar*, uint, Dir*, char*, int);
-uint convD2Mu(Dir*, uchar*, uint, int);
-uint sizeD2Mu(Dir*, int);
-
int fcallfmt(Fmt*);
int dirfmt(Fmt*);
int dirmodefmt(Fmt*);