From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id q59B2tqU012653 for ; Sat, 9 Jun 2012 07:02:55 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id q59B2tcr016412; Sat, 9 Jun 2012 07:02:55 -0400 (EDT) Date: Sat, 9 Jun 2012 07:02:55 -0400 (EDT) Message-Id: <201206091102.q59B2tcr016412@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Make test-ohash.c work on OpenBSD (it now works on have/havenots X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Make test-ohash.c work on OpenBSD (it now works on have/havenots of OpenBSD and OSX). Modified Files: -------------- mdocml: test-ohash.c Revision Data ------------- Index: test-ohash.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/test-ohash.c,v retrieving revision 1.1 retrieving revision 1.2 diff -Ltest-ohash.c -Ltest-ohash.c -u -p -r1.1 -r1.2 --- test-ohash.c +++ 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; -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv