Add a module version (so that linprocfs can properly depend on procfs)

This commit is contained in:
Dag-Erling Smørgrav 2000-12-09 13:17:51 +00:00
parent eba4802243
commit 668891c57b
2 changed files with 2 additions and 0 deletions

View File

@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = {
};
VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC);
MODULE_VERSION(procfs, 1);

View File

@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = {
};
VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC);
MODULE_VERSION(procfs, 1);