Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2007 22:36:31 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 121945 for review
Message-ID:  <200706182236.l5IMaVpC053600@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=121945

Change 121945 by scottl@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706182236.l5IMaVpC053600>