aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tapefs/v6fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tapefs/v6fs.c')
-rw-r--r--src/cmd/tapefs/v6fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/tapefs/v6fs.c b/src/cmd/tapefs/v6fs.c
index 74c6737c..43de410c 100644
--- a/src/cmd/tapefs/v6fs.c
+++ b/src/cmd/tapefs/v6fs.c
@@ -169,7 +169,7 @@ iget(int ino)
if ((flags&V6FMT)==V6IFDIR)
f.mode |= DMDIR;
f.uid = dp->uid;
- f.gid = dp->gid;
+ f.gid = dp->gid;
f.mdate = (dp->mtime[2]<<0) + (dp->mtime[3]<<8)
+(dp->mtime[0]<<16) + (dp->mtime[1]<<24);
return f;