mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The osfulator needs sysvipc to work. Thanks to DES's commit to
the i386 linulator for pointing this out. The alpha linulator doesn't need a dependancy, as it already depends on the osfulator.
This commit is contained in:
parent
7d55135d06
commit
97e32dadb4
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@
|
|||
#include <alpha/osf1/osf1.h>
|
||||
|
||||
MODULE_VERSION(osf1, 1);
|
||||
MODULE_DEPEND(osf1, sysvmsg, 1, 1, 1);
|
||||
MODULE_DEPEND(osf1, sysvsem, 1, 1, 1);
|
||||
MODULE_DEPEND(osf1, sysvshm, 1, 1, 1);
|
||||
|
||||
int osf1_szsigcode;
|
||||
extern char sigcode[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue