summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-04-07 18:02:17 +0000
committerPaul Smith <psmith@gnu.org>1997-04-07 18:02:17 +0000
commit73fcfdbe243f90ad7450bbd4202ae7b9413a8637 (patch)
treec86c67a71b6443f82e69115431082f6704394732 /ChangeLog
parent0ada207e2dca2b69a65ce186e625e7f6397edd34 (diff)
downloadgunmake-73fcfdbe243f90ad7450bbd4202ae7b9413a8637.tar.gz
Last-minute changed for 3.75.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a75a4a9..d73049d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,16 @@ Mon Apr 7 02:06:22 1997 Paul D. Smith <psmith@baynetworks.com>
* Version 3.75.1
- * compatMakefile (objs): Define & use theo $(GLOB) variable so
+ * compatMakefile (objs): Define & use the $(GLOB) variable so
that it's removed correctly from build.sh.in when it's built.
+ * configure.in: On Solaris we can use the kstat_*() functions to
+ get load averages without needing special permissions. Add a
+ check for -lkstat to see if we have it.
+
+ * getloadavg.c (getloadavg): Use HAVE_LIBKSTAT instead of SUN5 as
+ the test to enable kstat_open(), etc. processing.
+
Fri Apr 4 20:21:18 1997 Eli Zaretskii <eliz@is.elta.co.il>
* <lots>: Fixes to work in the DJGPP DOS environment.