Fix ctl(4) kldload failure that manifested like this:
link_elf_obj: symbol icl_pdu_new_bhs undefined PR: 192031 Submitted by: Nils Beyer (earlier version) MFC after: 3 days Sponsored by: FreeBSD Foundation
This commit is contained in:
parent
f71a2bc38b
commit
99e388e165
@ -179,6 +179,7 @@ static struct ctl_frontend cfiscsi_frontend =
|
||||
.ioctl = cfiscsi_ioctl,
|
||||
};
|
||||
CTL_FRONTEND_DECLARE(ctlcfiscsi, cfiscsi_frontend);
|
||||
MODULE_DEPEND(ctlcfiscsi, icl, 1, 1, 1);
|
||||
|
||||
static struct icl_pdu *
|
||||
cfiscsi_pdu_new_response(struct icl_pdu *request, int flags)
|
||||
|
Loading…
Reference in New Issue
Block a user