From 7f632ed13a0d360421d678f9fcd26abd20b9ba10 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 9 Dec 2000 13:17:51 +0000 Subject: Add a module version (so that linprocfs can properly depend on procfs) --- sys/fs/procfs/procfs_vfsops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/procfs') 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); -- cgit v1.1