source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Make test-ohash.c work on OpenBSD (it now works on have/havenots
@ 2012-06-09 11:02 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2012-06-09 11:02 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-09 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-09 11:02 mdocml: Make test-ohash.c work on OpenBSD (it now works on have/havenots kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).