From: Ruediger Meier <rudi@localhost> This happens on Debian kFreeBSD and probably on Hurd too since cde7699c. One should review this issue to fix it properly. CC: Werner Fink <werner@xxxxxxx> Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- login-utils/sulogin.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/login-utils/sulogin.c b/login-utils/sulogin.c index b2c778a..c6d17b3 100644 --- a/login-utils/sulogin.c +++ b/login-utils/sulogin.c @@ -80,6 +80,11 @@ static volatile sig_atomic_t sigchild; # define IUCLC 0 #endif +#ifndef WEXITED +# warning "WEXITED is missing, sulogin may not work as expected" +# define WEXITED 0 +#endif + static int locked_account_password(const char *passwd) { if (passwd && (*passwd == '*' || *passwd == '!')) -- 1.8.4.5 -- 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