summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/hash_log2.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-03-02 23:47:18 +0000
committerdelphij <delphij@FreeBSD.org>2009-03-02 23:47:18 +0000
commit7fd77a056c7750353e5b351f39749ba813255b32 (patch)
tree5a67c3be623d7be485fac882eb4ef91bd1e65262 /lib/libc/db/hash/hash_log2.c
parent63f98fcc6a46518f1e430026c32dd9c31dff0a84 (diff)
downloadFreeBSD-src-7fd77a056c7750353e5b351f39749ba813255b32.zip
FreeBSD-src-7fd77a056c7750353e5b351f39749ba813255b32.tar.gz
Diff reduction against OpenBSD: ANSI'fy prototypes.
(This is part of a larger changeset which is intended to reduce diff only, thus some prototypes were left intact since they will be changed in the future). Verified with: md5(1)
Diffstat (limited to 'lib/libc/db/hash/hash_log2.c')
-rw-r--r--lib/libc/db/hash/hash_log2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/db/hash/hash_log2.c b/lib/libc/db/hash/hash_log2.c
index cbbfdc8..33e0515 100644
--- a/lib/libc/db/hash/hash_log2.c
+++ b/lib/libc/db/hash/hash_log2.c
@@ -41,8 +41,7 @@ __FBSDID("$FreeBSD$");
#include <db.h>
u_int32_t
-__log2(num)
- u_int32_t num;
+__log2(u_int32_t num)
{
u_int32_t i, limit;
OpenPOWER on IntegriCloud