Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2008 07:29:01 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 153943 for review
Message-ID:  <200812020729.mB27T1Oi004512@repoman.freebsd.org>

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

Change 153943 by weongyo@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));
 		}
 		



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