Patched load.c to fix compilation error reported by Bruno Kerouanton
(patch submitted by Andre' Breiler)
This commit is contained in:
@@ -22,7 +22,9 @@ static double
|
||||
get_loadavg (void)
|
||||
{
|
||||
double load;
|
||||
#ifdef HAVE_GETLOADAVG
|
||||
double loadavg[LOADAVG_NSTATS];
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETLOADAVG
|
||||
reread (loadavg_fd, "get_load:");
|
||||
|
||||
Reference in New Issue
Block a user