aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tapefs/32vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tapefs/32vfs.c')
-rw-r--r--src/cmd/tapefs/32vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/tapefs/32vfs.c b/src/cmd/tapefs/32vfs.c
index 1d917f82..af5f5200 100644
--- a/src/cmd/tapefs/32vfs.c
+++ b/src/cmd/tapefs/32vfs.c
@@ -177,7 +177,7 @@ iget(int ino)
if ((flags&VFMT)==VIFDIR)
f.mode |= DMDIR;
f.uid = g2byte(dp->uid);
- f.gid = g2byte(dp->gid);
+ f.gid = g2byte(dp->gid);
f.mdate = g4byte(dp->mtime);
return f;
}