aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/compat/linprocfs/linprocfs_vfsops.c1
-rw-r--r--sys/i386/linux/linprocfs/linprocfs_vfsops.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linprocfs/linprocfs_vfsops.c b/sys/compat/linprocfs/linprocfs_vfsops.c
index 6ebd4753d4f1..6f2310a7f143 100644
--- a/sys/compat/linprocfs/linprocfs_vfsops.c
+++ b/sys/compat/linprocfs/linprocfs_vfsops.c
@@ -178,3 +178,4 @@ static struct vfsops linprocfs_vfsops = {
};
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
+MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
diff --git a/sys/i386/linux/linprocfs/linprocfs_vfsops.c b/sys/i386/linux/linprocfs/linprocfs_vfsops.c
index 6ebd4753d4f1..6f2310a7f143 100644
--- a/sys/i386/linux/linprocfs/linprocfs_vfsops.c
+++ b/sys/i386/linux/linprocfs/linprocfs_vfsops.c
@@ -178,3 +178,4 @@ static struct vfsops linprocfs_vfsops = {
};
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
+MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);