diff options
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 7066e159ab1..b4199c4df15 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd9660_vfsops.c,v 1.23 2001/11/03 23:27:43 miod Exp $ */ +/* $OpenBSD: cd9660_vfsops.c,v 1.24 2001/11/15 08:27:28 art Exp $ */ /* $NetBSD: cd9660_vfsops.c,v 1.26 1997/06/13 15:38:58 pk Exp $ */ /*- @@ -925,7 +925,9 @@ retry: case VSOCK: case VDIR: case VBAD: + break; case VREG: + uvm_vnp_setsize(vp, ip->i_size); break; } |