PERFORCE change 116902 for review

Scott Long scottl at FreeBSD.org
Fri Mar 30 04:03:59 UTC 2007


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

Change 116902 by scottl at scottl-x64 on 2007/03/30 04:03:39

	Fix an earlier typo.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#53 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#53 (text+ko) ====

@@ -7167,7 +7167,7 @@
 static void
 xpt_finishconfig(struct cam_periph *periph, union ccb *done_ccb)
 {
-	struct	task *xpt_task;
+	struct	xpt_task *task;
 
 	if (done_ccb != NULL) {
 		CAM_DEBUG(done_ccb->ccb_h.path, CAM_DEBUG_TRACE,


More information about the p4-projects mailing list