mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
Initial dependency so that the kld's will link. imgact_coff depends
on the ibcs2 module being present.
This commit is contained in:
parent
eb2d8c2e8a
commit
041cd80735
2 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,8 @@
|
|||
#include <i386/ibcs2/ibcs2_syscall.h>
|
||||
#include <i386/ibcs2/ibcs2_signal.h>
|
||||
|
||||
MODULE_VERSION(ibcs2, 1);
|
||||
|
||||
extern int bsd_to_ibcs2_errno[];
|
||||
extern struct sysent ibcs2_sysent[IBCS2_SYS_MAXSYSCALL];
|
||||
extern int szsigcode;
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@
|
|||
#include <i386/ibcs2/coff.h>
|
||||
#include <i386/ibcs2/ibcs2_util.h>
|
||||
|
||||
MODULE_DEPEND(coff, ibcs2, 1, 1, 1);
|
||||
|
||||
extern struct sysentvec ibcs2_svr3_sysvec;
|
||||
|
||||
static int coff_load_file __P((struct proc *p, char *name));
|
||||
|
|
|
|||
Loading…
Reference in a new issue