From: Jim Meyering Date: Wed, 5 May 1999 13:34:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22k~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f466b6448a2a4ee2060f2b3b52a1b9d4ac8ecf50;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4128f3f688..f095a81ab1 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,13 @@ 1999-05-05 Jim Meyering + Add definitions to help read utmpx on systems with utmpname. + * lib/readutmp.h (UTMP_NAME_FUNCTION): Define. + (SET_UTMP_ENT): Likewise. + (GET_UTMP_ENT): Likewise. + (END_UTMP_ENT): Likewise. + * lib/readutmp.c (read_utmp): Use the new definitions. + From Kaveh Ghazi. + * src/date.c (show_date): Change an automatic aggregate initializer to be a static one. For SunOS4's cc. From Kaveh Ghazi.