Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2007 04:03:53 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 116902 for review
Message-ID:  <200703300403.l2U43rMK048726@repoman.freebsd.org>

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

Change 116902 by scottl@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,



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