=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- src/usr.bin/make/suff.c 2014/01/06 12:08:18 1.87 +++ src/usr.bin/make/suff.c 2014/05/12 19:11:19 1.88 @@ -1,4 +1,4 @@ -/* $OpenBSD: suff.c,v 1.87 2014/01/06 12:08:18 espie Exp $ */ +/* $OpenBSD: suff.c,v 1.88 2014/05/12 19:11:19 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -133,7 +133,7 @@ static struct ohash_info suff_info = { offsetof(struct Suff_, name), NULL, - hash_alloc, hash_free, element_alloc + hash_calloc, hash_free, element_alloc }; /*