PERFORCE change 121945 for review
Scott Long
scottl at FreeBSD.org
Mon Jun 18 22:36:33 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=121945
Change 121945 by scottl at scottl-deimos on 2007/06/18 22:35:30
Step through rev 1.188
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#69 integrate
.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_xpt.c#3 edit
Differences ...
==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#69 (text+ko) ====
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.187 2007/05/16 16:57:21 scottl Exp $");
+__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.188 2007/06/04 18:25:02 dwmalone Exp $");
#include <sys/param.h>
#include <sys/bus.h>
==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_xpt.c#3 (text+ko) ====
@@ -842,7 +842,7 @@
int error, bool;
bool = cam_srch_hi;
- error = sysctl_handle_int(oidp, &bool, sizeof(bool), req);
+ error = sysctl_handle_int(oidp, &bool, 0, req);
if (error != 0 || req->newptr == NULL)
return (error);
if (bool == 0 || bool == 1) {
More information about the p4-projects
mailing list