commit | f755d504015485c32e893b474ca42493a9f3dd67 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Jan 04 21:29:20 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Jan 04 21:29:20 2005 +0000 |
tree | bb9f19cebf039ffb07dfd3ba32dec72baf490eda | |
parent | 05636f8303270ff94984f1606447533539f70d0a [diff] [blame] |
don't need to rename Fid
diff --git a/src/cmd/acme/look.c b/src/cmd/acme/look.c index eda51ef..a673545 100644 --- a/src/cmd/acme/look.c +++ b/src/cmd/acme/look.c
@@ -8,15 +8,13 @@ #include <frame.h> #include <fcall.h> #include <regexp.h> -#define Fid FsFid -#include <fs.h> +#include <9pclient.h> #include <plumb.h> -#undef Fid #include "dat.h" #include "fns.h" -FsFid *plumbsendfid; -FsFid *plumbeditfid; +CFid *plumbsendfid; +CFid *plumbeditfid; Window* openfile(Text*, Expand*);