entered into RCS

This commit is contained in:
Roland McGrath 1993-11-03 13:06:04 +00:00
parent a7bafcee76
commit 78454538f9

View file

@ -524,7 +524,7 @@ getloadavg (loadavg, nelem)
int count;
FILE *fp;
fp = fopen (LINUX_LDAV_FILE, "r");
fp = fopen (NETBSD_LDAV_FILE, "r");
if (fp == NULL)
return -1;
count = fscanf (fp, "%lu %lu %lu %lu\n",