summaryrefslogtreecommitdiff
path: root/audio/rioutil/patches/patch-ab
blob: ca0bc48be77543e3a6f9d9bcd33e5bea17bbd9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2005/12/07 17:35:37 joerg Exp $

--- linux_driver/rio_usb.h.orig	2005-12-07 17:17:16.000000000 +0000
+++ linux_driver/rio_usb.h
@@ -59,7 +59,7 @@ struct RioCommand {
 	int timeout;
 };
 
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
 #define RIO_SEND_COMMAND       _IOWR('U', 200, struct RioCommand)
 #define RIO_RECV_COMMAND       _IOWR('U', 201, struct RioCommand)
 #else