diff options
Diffstat (limited to 'sys/cam/scsi/scsi_target.c')
| -rw-r--r-- | sys/cam/scsi/scsi_target.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sys/cam/scsi/scsi_target.c b/sys/cam/scsi/scsi_target.c index 21c78e35dadc..39ce2bcea8f4 100644 --- a/sys/cam/scsi/scsi_target.c +++ b/sys/cam/scsi/scsi_target.c @@ -108,6 +108,7 @@ static const struct filterops targread_filtops = {  	.f_isfd = 1,  	.f_detach = targreadfiltdetach,  	.f_event = targreadfilt, +	.f_copy = knote_triv_copy,  };  static struct cdevsw targ_cdevsw = { | 
