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:
Andrew Gallatin 2001-01-26 17:12:30 +00:00
parent 7d55135d06
commit 97e32dadb4

View File

@ -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[];