PERFORCE change 113148 for review

Scott Long scottl at FreeBSD.org
Thu Jan 18 23:43:52 UTC 2007


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

Change 113148 by scottl at scottl-x64 on 2007/01/18 23:43:07

	Fix a mismerge

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/mpt/mpt.c#17 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/mpt/mpt.c#17 (text+ko) ====

@@ -2109,7 +2109,7 @@
 int
 mpt_core_attach(struct mpt_softc *mpt)
 {
-        int val;
+        int val, error;
 
 	LIST_INIT(&mpt->ack_frames);
 	/* Put all request buffers on the free list */


More information about the p4-projects mailing list