6a10c314f4
Add DragonFly support.
16 lines
324 B
Text
16 lines
324 B
Text
$NetBSD: patch-ac,v 1.1 2006/04/22 17:45:05 joerg Exp $
|
|
|
|
--- linux_usbif.c.orig 2006-04-22 17:29:12.000000000 +0000
|
|
+++ linux_usbif.c
|
|
@@ -28,7 +28,11 @@
|
|
|
|
#include <ctype.h>
|
|
#include <sys/ioctl.h>
|
|
+#if defined(__DragonFly__)
|
|
+#include <bus/usb/usb.h>
|
|
+#else
|
|
#include <dev/usb/usb.h>
|
|
+#endif
|
|
|
|
#include "linux_usbif.h"
|
|
|