#include "portab.h"
-static char UNUSED id[] = "$Id: hash.c,v 1.7 2002/12/25 13:22:43 alex Exp $";
+static char UNUSED id[] = "$Id: hash.c,v 1.8 2002/12/26 13:16:54 alex Exp $";
#include "imp.h"
#include <assert.h>
/* Set up the internal state */
len = length;
- a = b = 0x9e3779b9u; /* the golden ratio; an arbitrary value */
+ a = b = 0x9e3779b9; /* the golden ratio; an arbitrary value */
c = initval; /* the previous hash value */
/* handle most of the key */