]> git.ipfire.org Git - thirdparty/util-linux.git/commit
login-utils: switch to utmpx.h
authorRuediger Meier <ruediger.meier@ga-group.nl>
Thu, 1 Dec 2016 08:52:11 +0000 (09:52 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Dec 2016 11:35:24 +0000 (12:35 +0100)
commitb4b919fe5e1fc1d346fa6315748d0e0709d02096
treee5eba9e27c382d608ab4c93edc1892d88d84e876
parent81580f79fa4b96b24a7db67815e7ffa7d3e2d42c
login-utils: switch to utmpx.h

Now the build will fail on many non-Linux systems because
utmpx.h is available everywhere but we still use non-POSIX
features. We'll fix this next commit.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
configure.ac
login-utils/last.c
login-utils/login.c
login-utils/lslogins.c
login-utils/su-common.c
login-utils/utmpdump.c
term-utils/agetty.c
term-utils/wall.c
term-utils/write.c