=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/stats.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/make/stats.c 2001/06/12 22:44:22 1.5 --- src/usr.bin/make/stats.c 2002/08/12 00:42:56 1.6 *************** *** 1,5 **** /* $OpenPackages$ */ ! /* $OpenBSD: stats.c,v 1.5 2001/06/12 22:44:22 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie. --- 1,5 ---- /* $OpenPackages$ */ ! /* $OpenBSD: stats.c,v 1.6 2002/08/12 00:42:56 aaron Exp $ */ /* * Copyright (c) 1999 Marc Espie. *************** *** 165,171 **** } } else /* or we don't -> simple stats gathering */ ! statarray = ecalloc(sizeof(unsigned long), STAT_NUMBER); STAT_INVOCATIONS++; atexit(print_stats); } --- 165,171 ---- } } else /* or we don't -> simple stats gathering */ ! statarray = ecalloc(STAT_NUMBER, sizeof(unsigned long)); STAT_INVOCATIONS++; atexit(print_stats); }