summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-12-09 13:17:51 +0000
committerdes <des@FreeBSD.org>2000-12-09 13:17:51 +0000
commit7f632ed13a0d360421d678f9fcd26abd20b9ba10 (patch)
tree21f30c12e4d3d17a31e084a373ae1f44effdbc4b
parentee1fe204c76372e35fa90aee0c6521a18091a5e8 (diff)
downloadFreeBSD-src-7f632ed13a0d360421d678f9fcd26abd20b9ba10.zip
FreeBSD-src-7f632ed13a0d360421d678f9fcd26abd20b9ba10.tar.gz
Add a module version (so that linprocfs can properly depend on procfs)
-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 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);
OpenPOWER on IntegriCloud