diff options
author | des <des@FreeBSD.org> | 2000-12-09 13:17:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-12-09 13:17:51 +0000 |
commit | 7f632ed13a0d360421d678f9fcd26abd20b9ba10 (patch) | |
tree | 21f30c12e4d3d17a31e084a373ae1f44effdbc4b /sys | |
parent | ee1fe204c76372e35fa90aee0c6521a18091a5e8 (diff) | |
download | FreeBSD-src-7f632ed13a0d360421d678f9fcd26abd20b9ba10.zip FreeBSD-src-7f632ed13a0d360421d678f9fcd26abd20b9ba10.tar.gz |
Add a module version (so that linprocfs can properly depend on procfs)
Diffstat (limited to 'sys')
-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); |