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 | 8f090e85468db0986d76a0d2115f1ebc6f3c9f92 (patch) | |
tree | f8d5a3bab040903b9ae6fed131994f11283d677d /src/getloadavg.c | |
parent | 3544cfc9b9015b16c66bd827d7e80193320459a7 (diff) | |
download | emacs-8f090e85468db0986d76a0d2115f1ebc6f3c9f92.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", |