From: Jim Meyering Date: Tue, 4 Jul 2000 08:44:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed6f63dae6ebdf7cdc076d2e42cdffbab0d32e9;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index de52daa7dc..edabc79028 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 + + * readutmp.h: [HAVE_UTMPX_H]: Include 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 * quotearg.c (mbstate_t): Don't define here.