mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.
Submitted by: nork
This commit is contained in:
parent
2e137367b4
commit
6e612eca81
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168440
@ -1238,3 +1238,5 @@ linprocfs_uninit(PFS_INIT_ARGS)
|
||||
PSEUDOFS(linprocfs, 1);
|
||||
MODULE_DEPEND(linprocfs, linux, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, sysvmsg, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, sysvsem, 1, 1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user