PERFORCE change 180379 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Jul 1 09:37:48 UTC 2010
http://p4web.freebsd.org/@@180379?ac=10
Change 180379 by hselasky at hselasky_laptop001 on 2010/07/01 09:36:52
USB CORE:
- Fix compile issue when building on RTEMS OS.
- Patch from: Sebastian Huber (Embedded brains GmbH)
- Verified by: HPS
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/usb_device.c#69 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/usb_device.c#69 (text+ko) ====
@@ -45,12 +45,16 @@
#include <sys/priv.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/sbuf.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdi_util.h>
#include <dev/usb/usb_ioctl.h>
+
+#if USB_HAVE_UGEN
+#include <sys/sbuf.h>
+#endif
+
#include "usbdevs.h"
#define USB_DEBUG_VAR usb_debug
More information about the p4-projects
mailing list