Module Name: src Committed By: christos Date: Wed Nov 18 18:22:42 UTC 2015
Modified Files: src/lib/libc/db/hash: hash.c hash.h hash_bigkey.c hash_page.c Log Message: Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case this returns 0xffff to avoid overflow. This is used where sizes are stored. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/db/hash/hash.c cvs rdiff -u -r1.15 -r1.16 src/lib/libc/db/hash/hash.h cvs rdiff -u -r1.24 -r1.25 src/lib/libc/db/hash/hash_bigkey.c cvs rdiff -u -r1.27 -r1.28 src/lib/libc/db/hash/hash_page.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.