From: Jim Meyering Date: Sat, 12 Oct 1996 04:17:28 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed9fd4b5843d29e67c6b93a3c0f58c58ed620af;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8af46b7e65..e837f56530 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Fri Oct 11 22:51:50 1996 Jim Meyering + * 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