blob: 1986713a8dc47d43200892c9184680d1e5f860af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- transport.hxx.orig 2008-03-01 10:34:43 UTC
+++ transport.hxx
@@ -483,7 +483,7 @@ class Scsi_Command { (public)
{ return 1; }
};
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
#include <sys/ioctl.h>
#include <camlib.h>
|