diff options
Diffstat (limited to 'libihash/ihash.h')
-rw-r--r-- | libihash/ihash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libihash/ihash.h b/libihash/ihash.h index 6bdc9251..a24f384d 100644 --- a/libihash/ihash.h +++ b/libihash/ihash.h @@ -80,7 +80,7 @@ struct hurd_ihash intptr_t locp_offset; /* The maximum load factor in percent. */ - int max_load; + unsigned int max_load; /* When freeing or overwriting an element, this function is called with the value as the first argument, and CLEANUP_DATA as the |