From f755d504015485c32e893b474ca42493a9f3dd67 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 21:29:20 +0000 Subject: don't need to rename Fid --- src/cmd/acme/look.c | 8 +++----- 1 file 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 #include #include -#define Fid FsFid -#include +#include <9pclient.h> #include -#undef Fid #include "dat.h" #include "fns.h" -FsFid *plumbsendfid; -FsFid *plumbeditfid; +CFid *plumbsendfid; +CFid *plumbeditfid; Window* openfile(Text*, Expand*); -- cgit v1.2.3