summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-27 21:39:33 +0000
committerJim Meyering <jim@meyering.net>2002-07-27 21:39:33 +0000
commite1b511adc6bc5ff934e67c01cd92525c6191e1d1 (patch)
treebe3a153415acec81953e50ede62252ed6241b84e
parentad0b9f7ddef655ada8bc50ded40f13058052d1ac (diff)
downloadcoreutils-e1b511adc6bc5ff934e67c01cd92525c6191e1d1.tar.gz
-rw-r--r--lib/ChangeLog8
-rw-r--r--old/sh-utils/ChangeLog4
2 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7aa22528d..17d2b4644 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-27 Jim Meyering <meyering@lucent.com>
+
+ * readutmp.h: If we have both utmpx.h and utmp.h, and there exists
+ the utmp.ut_exit member, but not the utmpx.ut_exit member, then
+ undefine HAVE_UTMPX_H. For AIX 4.3.3. Doing all this in cpp is
+ a big kludge; someday we'll put the brains in an autoconf macro.
+ (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
+
2002-07-20 Jim Meyering <meyering@lucent.com>
* xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 7f59dcd63..9d92d22e6 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -2,6 +2,10 @@
* Version 2.0.13.
+ * src/who.c (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Remove definitions.
+ Now they're defined in readutmp.h.
+ (print_deadprocs): Remove obsolete FIXME comment.
+
2002-07-07 Paul Eggert <eggert@twinsun.com>
* src/nohup.sh: Port to POSIX 1003.1-2001 "nice", which