]>
Commit | Line | Data |
---|---|---|
1f2f436a A |
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) |