- use our own crypt.h compile time check - remove ttydefaults.h include -- get this via termios.h, the same as agetty Signed-off-by: Dave Reisner <dreisner@xxxxxxxxxxxxx> --- login-utils/sulogin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/login-utils/sulogin.c b/login-utils/sulogin.c index 17ad044..f276a3e 100644 --- a/login-utils/sulogin.c +++ b/login-utils/sulogin.c @@ -39,10 +39,9 @@ #include <pwd.h> #include <shadow.h> #include <termios.h> -#include <sys/ttydefaults.h> #include <errno.h> #include <sys/ioctl.h> -#if defined(__GLIBC__) +#ifdef HAVE_CRYPT_H # include <crypt.h> #endif -- 1.7.9.2 -- 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