Well, I am not 100.00% usre that uint16 will suffice there.
We don't lose anything by using 'unsigned' instead.
This commit is contained in:
parent
016a82e279
commit
28bb84bd4e
@ -505,8 +505,8 @@ static void setup_tables(void)
|
||||
{
|
||||
unsigned long inodes;
|
||||
unsigned norm_firstzone;
|
||||
uint16_t sb_zmaps;
|
||||
int i;
|
||||
unsigned sb_zmaps;
|
||||
unsigned i;
|
||||
|
||||
memset(super_block_buffer, 0, BLOCK_SIZE);
|
||||
memset(boot_block_buffer, 0, 512);
|
||||
|
Loading…
Reference in New Issue
Block a user