Make scsi_target actually compile after a structure member
change. Obtained from: Either Scott, Nate, Ken or A. Nagy
This commit is contained in:
parent
9f7344736c
commit
3a4d58a91a
@ -890,7 +890,7 @@ get_ctio()
|
||||
se = &c_descr->aiocb.aio_sigevent;
|
||||
se->sigev_notify = SIGEV_KEVENT;
|
||||
se->sigev_notify_kqueue = kq_fd;
|
||||
se->sigev_value.sigval_ptr = ctio;
|
||||
se->sigev_value.sival_ptr = ctio;
|
||||
|
||||
return (ctio);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user