]> git.ipfire.org Git - thirdparty/util-linux.git/commit
agetty: use futimens, check for all in configure.ac
authorKarel Zak <kzak@redhat.com>
Fri, 21 Nov 2014 10:38:11 +0000 (11:38 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Nov 2014 10:38:11 +0000 (11:38 +0100)
commit90d5285d8c21897d3fc0caed4691c88f15d0131b
tree9640b41b414009e4d4b1cdf842536d74ef219158
parenta3d834888e912f29def6cb1c37d1793736ce81cd
agetty: use futimens, check for all in configure.ac

It seems better to warn about --reload in ./configure if futimens or
inotify_init1 are missing.

The patch also replaces futimes() with futimens() to make the code
compatible with Uclibc.

Addresses: https://github.com/karelzak/util-linux/issues/133
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
term-utils/agetty.c