diff options
author | rsc <devnull@localhost> | 2005-01-04 21:28:37 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-04 21:28:37 +0000 |
commit | 05636f8303270ff94984f1606447533539f70d0a (patch) | |
tree | d2089d3f39356c03aac19234b7f4f67511dc095c | |
parent | 93a6f8d76ac64995ac0255c9c424c6958a759c27 (diff) | |
download | plan9port-05636f8303270ff94984f1606447533539f70d0a.tar.gz plan9port-05636f8303270ff94984f1606447533539f70d0a.tar.bz2 plan9port-05636f8303270ff94984f1606447533539f70d0a.zip |
don't need to rename Fid anymore
-rw-r--r-- | src/cmd/acme/exec.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cmd/acme/exec.c b/src/cmd/acme/exec.c index a38ae889..c3b2fde3 100644 --- a/src/cmd/acme/exec.c +++ b/src/cmd/acme/exec.c @@ -8,9 +8,7 @@ #include <frame.h> #include <fcall.h> #include <plumb.h> -#define Fid FsFid -#include <fs.h> -#undef Fid +#include <9pclient.h> #include "dat.h" #include "fns.h" @@ -1301,7 +1299,7 @@ runproc(void *argvp) //static void *parg[2]; char *rcarg[4]; void **argv; - Fsys *fs; + CFsys *fs; argv = argvp; win = argv[0]; |