]> Zhao Yanbai Git Server - minix.git/commitdiff
fix for warning
authorBen Gras <ben@minix3.org>
Mon, 2 Apr 2007 14:45:56 +0000 (14:45 +0000)
committerBen Gras <ben@minix3.org>
Mon, 2 Apr 2007 14:45:56 +0000 (14:45 +0000)
servers/rs/main.c

index 07b1d72249ef5bf003514e55b41d8ad01d561ee5..d7a663cf8437ec2ed66d5e9595034ce979c223f7 100644 (file)
@@ -23,7 +23,7 @@ FORWARD _PROTOTYPE(void reply, (int whom, message *m_out)             );
 PRIVATE struct boot_image image[NR_BOOT_PROCS];
 PUBLIC struct dmap dmap[NR_DEVICES];
 
-int rs_verbose = 0;
+long rs_verbose = 0;
 
 /*===========================================================================*
  *                             main                                         *