CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/09/23 09:05:23
Modified files:
include : ohash.h
lib/libc/ohash : ohash_int.h ohash_qlookupi.c ohash_interval.3
Log message:
uint32_t is the integer type defined in stdint.h
u_int32_t is historical BSD stuff.
fix to match the manpage, namely #include <stdint.h> as a prerequisite.
okay millert@
