]> Zhao Yanbai Git Server - minix.git/commitdiff
Compiler warnings
authorBen Gras <ben@minix3.org>
Fri, 24 Mar 2006 23:05:21 +0000 (23:05 +0000)
committerBen Gras <ben@minix3.org>
Fri, 24 Mar 2006 23:05:21 +0000 (23:05 +0000)
drivers/printer/printer.c

index 326ce12151be5031f2ca504678ae7760a7cbb674..e5cd7c9863cd55b639059720c488985e1c243769 100644 (file)
@@ -177,7 +177,7 @@ register message *m_ptr;    /* pointer to the newly arrived message */
 
     register int r = SUSPEND;
     int retries;
-    int status;
+    unsigned long status;
 
     /* Reject command if last write is not yet finished, the count is not
      * positive, or the user address is bad.
@@ -365,7 +365,7 @@ PRIVATE void do_printer_output()
  * printer IRQ yet! 
  */
 
-  int status;
+  unsigned long status;
   pvb_pair_t char_out[3];
 
   if (oleft == 0) {