mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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.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
|
||||
|
|
Loading…
Reference in a new issue