vacfs: remove 9P2000.u relic
R=rsc http://codereview.appspot.com/5970072
This commit is contained in:
parent
0ef37c14e1
commit
b27a990f9f
1 changed files with 0 additions and 5 deletions
|
|
@ -701,11 +701,6 @@ vacstat(VacFile *parent, VacDir *vd, uchar *p, int np)
|
||||||
dir.uid = vd->uid;
|
dir.uid = vd->uid;
|
||||||
dir.gid = vd->gid;
|
dir.gid = vd->gid;
|
||||||
dir.muid = vd->mid;
|
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);
|
ret = convD2M(&dir, p, np);
|
||||||
#ifdef PLAN9PORT
|
#ifdef PLAN9PORT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue