summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-05 13:34:29 +0000
committerJim Meyering <jim@meyering.net>1999-05-05 13:34:29 +0000
commitf466b6448a2a4ee2060f2b3b52a1b9d4ac8ecf50 (patch)
treef3b4b7f94590353abd6eb1d81b000f6863cfc344 /old
parent9f8bc128f016191cf4c9649bccee2a052ccb66e5 (diff)
downloadcoreutils-f466b6448a2a4ee2060f2b3b52a1b9d4ac8ecf50.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog8
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.