diff options
author | Ed Schouten <ed@FreeBSD.org> | 2012-02-12 18:29:56 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2012-02-12 18:29:56 +0000 |
commit | 6b99842ada7bb3bd24c5fd4541e046994733757b (patch) | |
tree | ac73d0fee5bb41748009d87a44b179ab6b7d87bc /lib/libc/db/man/hash.3 | |
parent | 5a197b461236c689211780e2f74e4c7d4d313fe9 (diff) | |
download | src-test2-6b99842ada7bb3bd24c5fd4541e046994733757b.tar.gz src-test2-6b99842ada7bb3bd24c5fd4541e046994733757b.zip |
Notes
Diffstat (limited to 'lib/libc/db/man/hash.3')
-rw-r--r-- | lib/libc/db/man/hash.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index 133885d841c9..a2a8bca65c14 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -65,7 +65,7 @@ typedef struct { u_int ffactor; u_int nelem; u_int cachesize; - u_int32_t (*hash)(const void *, size_t); + uint32_t (*hash)(const void *, size_t); int lorder; } HASHINFO; .Ed |