PERFORCE change 110141 for review

Matt Jacob mjacob at FreeBSD.org
Fri Nov 17 00:21:08 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=110141

Change 110141 by mjacob at 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;


More information about the p4-projects mailing list