]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-unix.c
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / backend / usb-unix.c
index ae344a4d43c4440956c26268340947cb45557abb..41a56062ada3b5b342f42ea762027ab58a8d05a1 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * "$Id$"
- *
  * USB port backend for CUPS.
  *
  * This file is included from "usb.c" when compiled on UNIX/Linux.
@@ -146,7 +144,7 @@ print_device(const char *uri,               /* I - Device URI */
 
   tcgetattr(device_fd, &opts);
 
-  opts.c_lflag &= ~(ICANON | ECHO | ISIG);     /* Raw mode */
+  opts.c_lflag &= ~(unsigned)(ICANON | ECHO | ISIG);   /* Raw mode */
 
   /**** No options supported yet ****/
 
@@ -600,8 +598,3 @@ side_cb(int         print_fd,               /* I - Print file */
 
   return (cupsSideChannelWrite(command, status, data, datalen, 1.0));
 }
-
-
-/*
- * End of "$Id$".
- */