aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_ohash.c
Commit message (Collapse)AuthorAgeFilesLines
* Use C99 uint32_t, not BSD-style u_int32_t.Ingo Schwarze2014-01-041-2/+2
| | | | Needed for Solaris 10 as reported by Matthias Scheler.
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-091-0/+337
This include's espie@'s wholesale src/lib/libc/ohash directory from OpenBSD into compat_ohash.c (with a single copyright/license notice at the top) and src/include/ohash.h as compat_ohash.h. The ohash_int.h part of compat_ohash.c has been changed only in that ohash.h points to compat_ohash.h. Added HAVE_OHASH test (test-ohash.c) to Makefile. In mandocdb.c and mansearch.c, check HAVE_OHASH test for inclusion.