$NetBSD: patch-ab,v 1.1.1.1 2005/10/13 15:00:13 wiz Exp $

--- lib/synce_hash.c.orig	2003-11-04 11:21:20.000000000 +0100
+++ lib/synce_hash.c
@@ -59,7 +59,7 @@ unsigned s_str_hash(const void* key)
 {
       unsigned ret_val = 0;
       int i;
-      const char *string = (const char*)key;
+      const unsigned char *string = (const unsigned char*)key;
 
       while (*string)
       {
