mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
$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"
|
|
|