diff options
author | Paul Smith <psmith@gnu.org> | 1997-04-07 18:02:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-04-07 18:02:17 +0000 |
commit | 73fcfdbe243f90ad7450bbd4202ae7b9413a8637 (patch) | |
tree | c86c67a71b6443f82e69115431082f6704394732 /ChangeLog | |
parent | 0ada207e2dca2b69a65ce186e625e7f6397edd34 (diff) | |
download | gunmake-73fcfdbe243f90ad7450bbd4202ae7b9413a8637.tar.gz |
Last-minute changed for 3.75.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |