diff options
author | Roland McGrath <roland@gnu.org> | 1993-11-03 13:06:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-11-03 13:06:04 +0000 |
commit | 48060abac4865347623457c5d0cb87b2633ba473 (patch) | |
tree | 030e8f5415beb90c3c4a5dfb0e13ec2654eea019 /src/getloadavg.c | |
parent | 713a20d69e0a6f4b006a7e3cb7e26dac2344224e (diff) | |
download | emacs-48060abac4865347623457c5d0cb87b2633ba473.tar.gz |
entered into RCS
Diffstat (limited to 'src/getloadavg.c')
-rw-r--r-- | src/getloadavg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c index d94d58946c3..03b4de0239e 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", |