From 74dd0321756f968c595487f694fbe74ad00f0624 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 7 Dec 2010 13:34:11 -0500 Subject: delete 9P2000.u thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 --- include/9p.h | 1 - include/fcall.h | 9 --------- 2 files changed, 10 deletions(-) (limited to 'include') 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*); -- cgit v1.2.3