*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 5 May 1999 13:34:29 +0000 (13:34 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 May 1999 13:34:29 +0000 (13:34 +0000)
old/sh-utils/ChangeLog

index 4128f3f6887d85cf4dd17f5a200fd5c03203e310..f095a81ab1b0b9de30a784e62410cd6e41c6ec37 100644 (file)
@@ -1,5 +1,13 @@
 1999-05-05  Jim Meyering  <meyering@ascend.com>
 
+       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.