Date: Fri, 17 Nov 2006 00:21:07 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 110141 for review Message-ID: <200611170021.kAH0L7rK037663@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110141 Change 110141 by mjacob@newisp on 2006/11/17 00:20:13 Bad- didn't do i386 compile. Affected files ... .. //depot/projects/newisp/dev/mpt/mpt_cam.c#12 edit Differences ... ==== //depot/projects/newisp/dev/mpt/mpt_cam.c#12 (text+ko) ==== @@ -4694,7 +4694,7 @@ len = min(tgt->resid, cdbp[4]); len = min(len, sizeof (null_iqd)); mpt_lprt(mpt, MPT_PRT_DEBUG, - "local inquiry %ld bytes\n", len); + "local inquiry %ld bytes\n", (long) len); mpt_scsi_tgt_local(mpt, req, lun, 1, null_iqd, len); return; @@ -4705,7 +4705,7 @@ len = min(tgt->resid, cdbp[4]); len = min(len, sizeof (buf)); mpt_lprt(mpt, MPT_PRT_DEBUG, - "local reqsense %ld bytes\n", len); + "local reqsense %ld bytes\n", (long) len); mpt_scsi_tgt_local(mpt, req, lun, 1, buf, len); return;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611170021.kAH0L7rK037663>