]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
. SH-UTILS-2_0_13
authorJim Meyering <jim@meyering.net>
Sat, 27 Jul 2002 21:39:33 +0000 (21:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Jul 2002 21:39:33 +0000 (21:39 +0000)
lib/ChangeLog
old/sh-utils/ChangeLog

index 7aa22528d606edd097737c7a8372c50d59d1c117..17d2b4644e9cdbe54d8ccb96db5b89e8acfb58c8 100644 (file)
@@ -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
index 7f59dcd63cdbc689c04edbeec33d47c36a2b8ba2..9d92d22e6be71456694304432cf880ef778d2073 100644 (file)
@@ -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