Patched load.c to fix compilation error reported by Bruno Kerouanton

(patch submitted by Andre' Breiler)
This commit is contained in:
William Ferrell
2001-03-22 15:58:32 +00:00
parent 44ad386d74
commit 5cc0287cff
+2
View File
@@ -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:");