summaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-io_hpiod_device.h
blob: de0796b353ee00cc7466fa017c17b94c350ccd38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- io/hpiod/device.h.orig	Tue Feb 28 19:40:55 2006
+++ io/hpiod/device.h	Sun Apr  2 23:38:58 2006
@@ -72,6 +72,9 @@
    int AltSetting;
    int urb_write_active;             /* 0=no, 1=yes */
 #if defined(__APPLE__) && defined(__MACH__)
+
+#elif defined(__FreeBSD__)
+
 #else
    struct usbdevfs_urb urb_write;     /* host to device */
    struct usbdevfs_urb urb_read;     /* device to host */