diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-11 15:28:42 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-11 15:28:42 +0000 |
| commit | a7436e684a66b2d795d41b439531a326b33cb779 (patch) | |
| tree | b6eb10dcf5c351421325601ae61bbf3db48581aa /sys/isofs | |
| parent | ed488dd0c813c2013469d0ac28cbb0c151a4f7b7 (diff) | |
Notes
Diffstat (limited to 'sys/isofs')
| -rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index e73fb7efdc59..a4744249db0d 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -92,6 +92,7 @@ static struct vfsops cd9660_vfsops = { vfs_stdextattrctl, }; VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY); +MODULE_VERSION(cd9660, 1); /* |
