Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
$NetBSD: patch-ad,v 1.1 2006/04/22 17:45:05 joerg Exp $
--- linux_usbif.h.orig 2006-04-22 17:29:29.000000000 +0000
+++ linux_usbif.h
@@ -11,7 +11,11 @@
#include <string.h>
#include <err.h>
+#if defined(__DragonFly__)
+#include <bus/usb/usb.h>
+#else
#include <dev/usb/usb.h>
+#endif
#define USB_DIR_OUT UT_WRITE
#define USB_DIR_IN UT_READ