diff options
author | rsc <devnull@localhost> | 2005-01-04 21:29:20 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-04 21:29:20 +0000 |
commit | f755d504015485c32e893b474ca42493a9f3dd67 (patch) | |
tree | bb9f19cebf039ffb07dfd3ba32dec72baf490eda | |
parent | 05636f8303270ff94984f1606447533539f70d0a (diff) | |
download | plan9port-f755d504015485c32e893b474ca42493a9f3dd67.tar.gz plan9port-f755d504015485c32e893b474ca42493a9f3dd67.tar.bz2 plan9port-f755d504015485c32e893b474ca42493a9f3dd67.zip |
don't need to rename Fid
-rw-r--r-- | src/cmd/acme/look.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cmd/acme/look.c b/src/cmd/acme/look.c index eda51ef0..a6735459 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*); |