pkgsrc/graphics/ov519view/patches/patch-ac
2006-04-22 18:06:30 +00:00

16 lines
360 B
Text

$NetBSD: patch-ac,v 1.1 2006/04/22 18:06:30 joerg Exp $
--- linux_usbif.h.orig 2006-04-22 17:50:37.000000000 +0000
+++ linux_usbif.h
@@ -19,7 +19,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#define USB_ENDPOINT_DIR_MASK 0x80
#define USB_DIR_OUT UT_WRITE