Merge in additional fix for manpages.
[m6w6/libmemcached] / libhashkit / ketama.c
index e56594cf7bff5411be46b0f07dab2ad866705645..45052c22baade12761b69dd5091558bb1837dfb8 100644 (file)
@@ -6,8 +6,10 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#include "common.h"
+#include <libhashkit/common.h>
+#include <math.h>
 
+#if 0
 static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment)
 {
   unsigned char results[16];
@@ -159,3 +161,4 @@ int update_continuum(hashkit_st *hashkit)
 
   return 0;
 }
+#endif