=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/suff.c,v retrieving revision 1.87 retrieving revision 1.88 diff -c -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 **** ! /* $OpenBSD: suff.c,v 1.87 2014/01/06 12:08:18 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* --- 1,4 ---- ! /* $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,139 **** static struct ohash_info suff_info = { offsetof(struct Suff_, name), NULL, ! hash_alloc, hash_free, element_alloc }; /* --- 133,139 ---- static struct ohash_info suff_info = { offsetof(struct Suff_, name), NULL, ! hash_calloc, hash_free, element_alloc }; /*