projects
/
apple
/
libc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Libc-763.12.tar.gz
[apple/libc.git]
/
db
/
hash
/
FreeBSD
/
hash_log2.c.patch
1
--- hash_log2.c.orig 2009-11-06 14:27:02.000000000 -0800
2
+++ hash_log2.c 2009-11-06 14:27:42.000000000 -0800
3
@@ -39,7 +39,7 @@ __FBSDID("$FreeBSD: src/lib/libc/db/hash
4
#include <db.h>
5
#include "hash.h"
6
#include "page.h"
7
-#include "extern.h"
8
+#include "hash_extern.h"
9
10
u_int32_t
11
__log2(u_int32_t num)