diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-09 16:20:35 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-09 16:20:35 +0000 |
| commit | 8b5a844af98c5f43afd0773e3d20580498d9f720 (patch) | |
| tree | 710169e372c51647b671084f4db9a07b25c3dc0d /sys/compat | |
| parent | 3d5000784d3a114a0c853b05fcb6faed5583d92b (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linprocfs/linprocfs_vfsops.c | 1 |
1 files changed, 1 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); |
