diff options
author | delphij <delphij@FreeBSD.org> | 2009-03-28 06:23:10 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-03-28 06:23:10 +0000 |
commit | 1f2569951365fd99ae5a581c897755dccf97c67d (patch) | |
tree | 1b75d9aebe505d23d64ef8abab7ea47ca58e650b /lib/libc/db/hash/hash.c | |
parent | 364bd8e1bf035f6d432b9ea9d0d11ca0e9177028 (diff) | |
download | FreeBSD-src-1f2569951365fd99ae5a581c897755dccf97c67d.zip FreeBSD-src-1f2569951365fd99ae5a581c897755dccf97c67d.tar.gz |
Diff reduce against OpenBSD, no functional change.
Diffstat (limited to 'lib/libc/db/hash/hash.c')
-rw-r--r-- | lib/libc/db/hash/hash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hash.c b/lib/libc/db/hash/hash.c index 4cd6fc3..925f5c6 100644 --- a/lib/libc/db/hash/hash.c +++ b/lib/libc/db/hash/hash.c @@ -347,8 +347,7 @@ init_hash(HTAB *hashp, const char *file, const HASHINFO *info) static int init_htab(HTAB *hashp, int nelem) { - int nbuckets, nsegs; - int l2; + int nbuckets, nsegs, l2; /* * Divide number of elements by the fill factor and determine a |