> BerkeleyDB 3.1.17 defines the hash_cb as > hash_cb(const void *data, u_int32_t size) > > while perl-5.7.0 defines it as > hash_cb(const void *data, size_t size) > > In a 64bit environment, u_int32_t is a 32 bit value and a > size_t is a 64 bit unsigned long value. This results in > compiler warnings. > > The attached patch fixes it. Applied, thanks. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack CohenThread Previous