mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
.
This commit is contained in:
parent
ad0b9f7dde
commit
e1b511adc6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user