mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] Fix bin/tests/rbt_test.c, use portable int types
This commit is contained in:
@@ -395,7 +395,7 @@ isc_hash_calc(const unsigned char *key, unsigned int keylen,
|
||||
}
|
||||
|
||||
void
|
||||
isc__hash_setvec(const uint16_t *vec) {
|
||||
isc__hash_setvec(const isc_uint16_t *vec) {
|
||||
int i;
|
||||
hash_random_t *p;
|
||||
|
||||
|
Reference in New Issue
Block a user