vacfs: remove 9P2000.u relic

R=rsc
http://codereview.appspot.com/5970072
This commit is contained in:
David du Colombier 2012-04-04 16:51:27 +02:00
parent 0ef37c14e1
commit b27a990f9f

View file

@ -701,11 +701,6 @@ vacstat(VacFile *parent, VacDir *vd, uchar *p, int np)
dir.uid = vd->uid;
dir.gid = vd->gid;
dir.muid = vd->mid;
#ifdef PLAN9PORT
dir.ext = ext;
dir.uidnum = atoi(vd->uid);
dir.gidnum = atoi(vd->gid);
#endif
ret = convD2M(&dir, p, np);
#ifdef PLAN9PORT