$NetBSD: patch-ab,v 1.1 2003/07/15 12:32:59 drochner Exp $ --- src/utils.c.orig 2003-07-14 21:12:05.000000000 +0200 +++ src/utils.c 2003-07-14 21:12:57.000000000 +0200 @@ -186,7 +186,7 @@ * freed so this is OK... */ #ifndef HISTENT_GRANULARITY -#define HISTENT_GRANULARITY 100 +#define HISTENT_GRANULARITY ((64*1024)/sizeof(HistEnt)) #endif HistEnt *histent_calloc (void)