aboutsummaryrefslogtreecommitdiffstats
path: root/src/getloadavg.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1993-11-03 13:06:04 +0000
committerRoland McGrath <[email protected]>1993-11-03 13:06:04 +0000
commit8f090e85468db0986d76a0d2115f1ebc6f3c9f92 (patch)
treef8d5a3bab040903b9ae6fed131994f11283d677d /src/getloadavg.c
parent3544cfc9b9015b16c66bd827d7e80193320459a7 (diff)
entered into RCS
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r--src/getloadavg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index d94d58946c..03b4de0239 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -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",