]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove bug URLs.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 5 Sep 2012 02:24:34 +0000 (02:24 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 5 Sep 2012 02:24:34 +0000 (02:24 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10593 7a7537e8-13f0-0310-91df-b6672ffda945

backend/usb-darwin.c

index 0b6f2197bb12963efb88ae18587172ab64770e38..6f7cfceabd7a77a05286c55189ee9bd011cc31e4 100644 (file)
@@ -684,7 +684,7 @@ print_device(const char *uri,               /* I - Device URI */
 
        /*
        * Ignore timeout errors, but retain the number of bytes written to
-       * avoid sending duplicate data (<rdar://problem/6254911>)...
+       * avoid sending duplicate data...
        */
 
        if (iostatus == kIOUSBTransactionTimeout)
@@ -707,7 +707,7 @@ print_device(const char *uri,               /* I - Device URI */
 
        /*
        * Retry a write after an aborted write since we probably just got
-       * SIGTERM (<rdar://problem/6860126>)...
+       * SIGTERM...
        */
 
        else if (iostatus == kIOReturnAborted)