tdon't need to rename Fid - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f755d504015485c32e893b474ca42493a9f3dd67
(DIR) parent 05636f8303270ff94984f1606447533539f70d0a
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 21:29:20 +0000
don't need to rename Fid
Diffstat:
M src/cmd/acme/look.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/src/cmd/acme/look.c b/src/cmd/acme/look.c
t@@ -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*);