]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-unix.c
The scheduler incorrectly did not pass a FINAL_CONTENT_TYPE environment variable
[thirdparty/cups.git] / backend / usb-unix.c
index b06825f78c84da2c8fa96200032d9aededd4e5ae..3fe18b68ffe59b29a68ef9cf974c636850c323e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: usb-unix.c 7810 2008-07-29 01:11:15Z mike $"
+ * "$Id$"
  *
  *   USB port backend for CUPS.
  *
@@ -257,7 +257,6 @@ list_devices(void)
 
     close(fd);
   }
-#elif defined(__sgi)
 #elif defined(__sun) && defined(ECPPIOC_GETDEVID)
   int  i;                      /* Looping var */
   int  fd;                     /* File descriptor */
@@ -613,5 +612,5 @@ side_cb(int         print_fd,               /* I - Print file */
 
 
 /*
- * End of "$Id: usb-unix.c 7810 2008-07-29 01:11:15Z mike $".
+ * End of "$Id$".
  */