diff options
Diffstat (limited to 'include/mach_debug/hash_info.h')
-rw-r--r-- | include/mach_debug/hash_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach_debug/hash_info.h b/include/mach_debug/hash_info.h index 6944277d..8e6f19cf 100644 --- a/include/mach_debug/hash_info.h +++ b/include/mach_debug/hash_info.h @@ -33,7 +33,7 @@ */ typedef struct hash_info_bucket { - natural_t hib_count; /* number of records in bucket */ + unsigned int hib_count; /* number of records in bucket */ } hash_info_bucket_t; typedef hash_info_bucket_t *hash_info_bucket_array_t; |