fix for warning
This commit is contained in:
parent
321622a318
commit
647d1496f3
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue