~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to libhashkit/fnv.c

Merge in all current libmemcached work, plus restore older, working,
memslap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * the COPYING file in the parent directory for full text.
7
7
 */
8
8
 
9
 
#include "common.h"
 
9
#include <libhashkit/common.h>
10
10
 
11
11
/* FNV hash'es lifted from Dustin Sallings work */
12
12
static uint64_t FNV_64_INIT= UINT64_C(0xcbf29ce484222325);