c5947512e6
doesn't work there, it should be fixed.
13 lines
514 B
Text
13 lines
514 B
Text
$NetBSD: patch-ad,v 1.1 2005/12/07 17:35:37 joerg Exp $
|
|
|
|
--- include/rio_usb.h.orig 2005-12-07 17:15:13.000000000 +0000
|
|
+++ include/rio_usb.h
|
|
@@ -54,7 +54,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
|