diff options
-rw-r--r-- | sys/fs/procfs/procfs_vfsops.c | 1 | ||||
-rw-r--r-- | sys/miscfs/procfs/procfs_vfsops.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c index b1d4d43..fe7f390 100644 --- a/sys/fs/procfs/procfs_vfsops.c +++ b/sys/fs/procfs/procfs_vfsops.c @@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = { }; VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC); +MODULE_VERSION(procfs, 1); diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index b1d4d43..fe7f390 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = { }; VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC); +MODULE_VERSION(procfs, 1); |