fix for warning

This commit is contained in:
Ben Gras 2007-04-02 14:45:56 +00:00
parent 321622a318
commit 647d1496f3

View File

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