From c2e6abd2f7488f28303491249ecc436ea04b188a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 9 Jun 2012 11:02:55 +0000 Subject: Make test-ohash.c work on OpenBSD (it now works on have/havenots of OpenBSD and OSX). --- test-ohash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-ohash.c') diff --git a/test-ohash.c b/test-ohash.c index 72b3e3dd..84d1b677 100644 --- a/test-ohash.c +++ b/test-ohash.c @@ -12,7 +12,7 @@ main(void) struct ohash h; struct ohash_info i; i.halloc = i.alloc = xalloc; - i.free = free; + i.hfree = xfree; ohash_init(&h, 2, &i); ohash_delete(&h); return 0; -- cgit v1.2.3-56-ge451