changeset 2697:2c0ec706e9ff

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 04 Jul 2000 08:44:35 +0000
parents bec8bcc12a26
children 89dba770ffc7
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Tue Jul 04 08:44:28 2000 +0000
+++ b/lib/ChangeLog	Tue Jul 04 08:44:35 2000 +0000
@@ -5,6 +5,12 @@
 	Assign to *pwc, and return 1 only if result is nonzero.
 	(iswprint): Use ISPRINT when substituting our own mbrtowc.
 
+2000-07-03  Jim Meyering  <meyering@lucent.com>
+
+	* readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
+	This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
+	From Bob Proulx.
+
 2000-07-02  Jim Meyering  <meyering@lucent.com>
 
 	* quotearg.c (mbstate_t): Don't define here.