entered into RCS
authorRoland McGrath <roland@redhat.com>
Wed, 3 Nov 1993 13:06:04 +0000 (13:06 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Nov 1993 13:06:04 +0000 (13:06 +0000)
getloadavg.c

index d94d589..03b4de0 100644 (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",