summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2000-12-09 13:17:51 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2000-12-09 13:17:51 +0000
commit668891c57b5a0c61a8e221d12b871f87722d711c (patch)
tree413ef7622ea97e9d11e70dd98fde9d4f54ac1026
parenteba4802243eef298fb77a495b6a99477cdd48917 (diff)
Notes
-rw-r--r--sys/fs/procfs/procfs_vfsops.c1
-rw-r--r--sys/miscfs/procfs/procfs_vfsops.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index b1d4d4332540..fe7f390d7161 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 b1d4d4332540..fe7f390d7161 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);