summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-au')
-rw-r--r--print/cups/patches/patch-au20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/cups/patches/patch-au b/print/cups/patches/patch-au
deleted file mode 100644
index 5554fa8fcc8..00000000000
--- a/print/cups/patches/patch-au
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-au,v 1.7 2007/04/03 15:23:23 gdt Exp $
-
-This has been filed upstream as:
-
- http://www.cups.org/str.php?L2324
-
---- backend/usb-unix.c.orig 2007-02-20 08:41:07.000000000 -0500
-+++ backend/usb-unix.c
-@@ -90,6 +90,11 @@ print_device(const char *uri, /* I - De
- strcasecmp(hostname, "Konica Minolta") &&
- strcasecmp(hostname, "Minolta");
-
-+#ifdef __NetBSD__
-+ /* XXX Use configure test to see if reading from ulpt(4) works. */
-+ use_bc = 0;
-+#endif
-+
- if ((device_fd = open_device(uri, &use_bc)) == -1)
- {
- if (getenv("CLASS") != NULL)