mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add missed MODULE_VERSION() call, so loading of unicode conversion routine
works properly. Clue beaten in by: des
This commit is contained in:
parent
ed488dd0c8
commit
a7436e684a
2 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ static struct vfsops cd9660_vfsops = {
|
|||
vfs_stdextattrctl,
|
||||
};
|
||||
VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
|
||||
MODULE_VERSION(cd9660, 1);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ static struct vfsops cd9660_vfsops = {
|
|||
vfs_stdextattrctl,
|
||||
};
|
||||
VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
|
||||
MODULE_VERSION(cd9660, 1);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue