summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils/ChangeLog')
-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