Author: mjacob Date: Mon Jun 7 22:43:37 2010 New Revision: 208900 URL: http://svn.freebsd.org/changeset/base/208900
Log: redfacedly noting a missing part of a patch. Pointy Hat To: Me MFC after: 2 Week X-MFC: 208896 Modified: head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/scsi/scsi_da.c ============================================================================== --- head/sys/cam/scsi/scsi_da.c Mon Jun 7 20:31:55 2010 (r208899) +++ head/sys/cam/scsi/scsi_da.c Mon Jun 7 22:43:37 2010 (r208900) @@ -1079,6 +1079,7 @@ dasysctlinit(void *context, int pending) struct cam_periph *periph; struct da_softc *softc; char tmpstr[80], tmpstr2[80]; + struct ccb_trans_settings cts; periph = (struct cam_periph *)context; if (cam_periph_acquire(periph) != CAM_REQ_CMP) _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"