init structure with 0 instead NULL

This commit is contained in:
dwarning 2009-11-18 21:19:49 +00:00
parent 3f0b344a82
commit 62ef3c6793
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ seconds(void)
{
#ifdef HAVE_GETRUSAGE
int ret;
struct rusage ruse = {{NULL, NULL}};
struct rusage ruse = {{0, 0}};
#ifdef PARALLEL_ARCH
return (TCGTIME_());