PERFORCE change 153943 for review

Weongyo Jeong weongyo at FreeBSD.org
Mon Dec 1 23:29:02 PST 2008


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

Change 153943 by weongyo at weongyo_ws on 2008/12/02 07:28:41

	unbreak the build

Affected files ...

.. //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#20 edit

Differences ...

==== //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#20 (text+ko) ====

@@ -986,7 +986,7 @@
 			 * was a error.  This can cause a lot of problems like
 			 * system hangs.
 			 */
-			device_printf(dev, "usb xfer warning (%s)\n"
+			device_printf(dev, "usb xfer warning (%s)\n",
 			    usbd_errstr(status));
 		}
 		


More information about the p4-projects mailing list