Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2010 09:37:47 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180379 for review
Message-ID:  <201007010937.o619bl9M086134@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180379?ac=10

Change 180379 by hselasky@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



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