Fix warnings
This commit is contained in:
parent
8fc732f958
commit
452d13f651
@ -121,7 +121,7 @@ eni_test_memory ( eup )
|
||||
* This makes sure we don't leave anything funny in the
|
||||
* queues.
|
||||
*/
|
||||
KM_ZERO ( eup->eu_ram, ram_size );
|
||||
KM_ZERO ( (uintptr_t)eup->eu_ram, ram_size );
|
||||
|
||||
/*
|
||||
* If we'd like to claim to have less memory, here's where
|
||||
|
@ -286,7 +286,7 @@ eni_closevcc ( cup, cvp )
|
||||
/*
|
||||
* Reset everything
|
||||
*/
|
||||
KM_ZERO ( (caddr_t)vct, sizeof(VCI_Table) );
|
||||
KM_ZERO ( (uintptr_t)vct, sizeof(VCI_Table) );
|
||||
|
||||
return ( err );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user