*: Switch to POSIX utmpx API
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 2 Apr 2015 21:03:46 +0000 (23:03 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 2 Apr 2015 21:03:46 +0000 (23:03 +0200)
commit86a7f18f211af1abda5c855d2674b0fcb53de524
tree9fd1eadb83bf48b29e9468ea8ff0e43c0736c245
parent1186894f773e13ab9ca2b3e05a194e9b88796fbe
*: Switch to POSIX utmpx API

UTMP is SVID legacy, UTMPX is mandated by POSIX.

Glibc and uClibc have identical layout of UTMP and UTMPX, both of these
libc treat _PATH_UTMPX as _PATH_UTMP so from a user-perspective nothing
changes except the names of the API entrypoints.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
coreutils/who.c
include/libbb.h
init/halt.c
libbb/utmp.c
miscutils/last.c
miscutils/last_fancy.c
miscutils/runlevel.c
miscutils/wall.c
procps/uptime.c