diff options
Diffstat (limited to 'print/hplip/files/patch-io_hpiod_device.h')
-rw-r--r-- | print/hplip/files/patch-io_hpiod_device.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/hplip/files/patch-io_hpiod_device.h b/print/hplip/files/patch-io_hpiod_device.h new file mode 100644 index 000000000000..de0796b353ee --- /dev/null +++ b/print/hplip/files/patch-io_hpiod_device.h @@ -0,0 +1,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 */ |