On Thu, Feb 11, 2016 at 01:35:26PM +0100, Werner Fink wrote: > login-utils/sulogin-consoles.c | 53 ++++++++++++++++----- > login-utils/sulogin.c | 104 ++++++++++++++++++++++++++++++----------- > 2 files changed, 120 insertions(+), 37 deletions(-) Applied, thanks. > + struct timespec sigwait = {0, 50000000}; Modified to: struct timespec sigwait = { .tv_sec = 0, .tv_nsec = 50000000 }; to keep it more robust. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html