summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-12 04:17:28 +0000
committerJim Meyering <jim@meyering.net>1996-10-12 04:17:28 +0000
commit6ed9fd4b5843d29e67c6b93a3c0f58c58ed620af (patch)
tree35c3ce60a0d52127db77372b50d7e6773e920eb3 /old
parentd0909b6911788cca8fc227fbea76db48af6eaa55 (diff)
downloadcoreutils-6ed9fd4b5843d29e67c6b93a3c0f58c58ed620af.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 8af46b7e6..e837f5653 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,9 @@
Fri Oct 11 22:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/who-users.c (print_uptime): Change #ifdef guard on getloadavg
+ call from just HAVE_GETLOADAVG to HAVE_GETLOADAVG || C_GETLOADAVG.
+ From Kaveh R. Ghazi.
+
* src/Makefile.am (uptime_LDADD): Add @UPTIME_LIBS@.
* acinclude.m4 (AM_FUNC_GETLOADAVG): Like AC_FUNC_GETLOADAVG, but