=================================================================== RCS file: /cvs/mandoc/compat_ohash.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/compat_ohash.h 2012/06/09 11:00:13 1.1 +++ mandoc/compat_ohash.h 2014/01/04 14:09:28 1.2 @@ -1,6 +1,6 @@ #ifndef OHASH_H #define OHASH_H -/* $OpenBSD: compat_ohash.h,v 1.1 2012/06/09 11:00:13 kristaps Exp $ */ +/* $OpenBSD: compat_ohash.h,v 1.2 2014/01/04 14:09:28 schwarze Exp $ */ /* ex:ts=8 sw=4: */ @@ -65,7 +65,7 @@ void *ohash_next(struct ohash *, unsigned int *); unsigned int ohash_entries(struct ohash *); void *ohash_create_entry(struct ohash_info *, const char *, const char **); -u_int32_t ohash_interval(const char *, const char **); +uint32_t ohash_interval(const char *, const char **); unsigned int ohash_qlookupi(struct ohash *, const char *, const char **); unsigned int ohash_qlookup(struct ohash *, const char *);