diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-05 13:34:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-05 13:34:29 +0000 |
commit | f466b6448a2a4ee2060f2b3b52a1b9d4ac8ecf50 (patch) | |
tree | f3b4b7f94590353abd6eb1d81b000f6863cfc344 /old | |
parent | 9f8bc128f016191cf4c9649bccee2a052ccb66e5 (diff) | |
download | coreutils-f466b6448a2a4ee2060f2b3b52a1b9d4ac8ecf50.tar.gz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4128f3f68..f095a81ab 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |