]> git.pld-linux.org Git - packages/cups.git/blobdiff - cups-usb.patch
- rebuild with perl 5.18.0
[packages/cups.git] / cups-usb.patch
index fd53db4b7d6dcf67fd4d6df0b1d8b2d0d1f3bc28..5d6b44ca2dd3463626298962c79536a1c22794c2 100644 (file)
@@ -421,12 +421,12 @@ diff -urNad cups-1.4.2~/backend/usb-unix.c cups-1.4.2/backend/usb-unix.c
      }
    }
    while (device_fd < 0);
-@@ -190,7 +195,7 @@
-     tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, NULL);
+@@ -197,7 +197,7 @@
+     tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, 1, NULL);
  
  #else
--    tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, side_cb);
-+    tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, side_cb_unix);
+-    tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, 1, side_cb);
++    tbytes = backendRunLoop(print_fd, device_fd, -1, NULL, use_bc, 1, side_cb_unix);
  #endif /* __sun */
  
      if (print_fd != 0 && tbytes >= 0)
This page took 0.034714 seconds and 4 git commands to generate.