aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/look.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 21:29:20 +0000
committerrsc <devnull@localhost>2005-01-04 21:29:20 +0000
commitf755d504015485c32e893b474ca42493a9f3dd67 (patch)
treebb9f19cebf039ffb07dfd3ba32dec72baf490eda /src/cmd/acme/look.c
parent05636f8303270ff94984f1606447533539f70d0a (diff)
downloadplan9port-f755d504015485c32e893b474ca42493a9f3dd67.tar.gz
plan9port-f755d504015485c32e893b474ca42493a9f3dd67.tar.bz2
plan9port-f755d504015485c32e893b474ca42493a9f3dd67.zip
don't need to rename Fid
Diffstat (limited to 'src/cmd/acme/look.c')
-rw-r--r--src/cmd/acme/look.c8
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*);