changeset 2406:c593cce6035f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 05 Apr 2000 15:16:27 +0000
parents 6cc4496141e3
children 4965cd78ec5e
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2000-04-05  Jim Meyering  <meyering@lucent.com>
+
+	Portability tweaks required for ultrix4.3.
+	* readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
+	* readutmp.c: Include sys/types.h before sys/stat.h.
+	* canon-host.c: Declare strdup.
+	* path-concat.c: Likewise.
+	From John David Anglin.
+
 2000-04-04  Jim Meyering  <meyering@lucent.com>
 
 	Be more DOS 8.3-friendly.
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,11 @@
 2000-04-05  Jim Meyering  <meyering@lucent.com>
 
+	Portability tweaks required for ultrix4.3.
+	* check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
+	(jm_CHECK_DECLS): Add getutent to the list of functions.
+	(_jm_DECL_HEADERS): Add utmpx.h.
+	From John David Anglin.
+
 	* strftime.m4: Back out the 2000-04-02 change.
 	Instead of that change, simply undefine putenv in the test program.