Initial dependency so that the kld's will link. imgact_coff depends

on the ibcs2 module being present.
This commit is contained in:
Peter Wemm 2000-04-29 13:32:16 +00:00
parent eb2d8c2e8a
commit 041cd80735
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -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));