From: Ruediger Meier Date: Wed, 21 Dec 2016 21:39:17 +0000 (+0100) Subject: agetty: fix ifdef typo X-Git-Tag: v2.30-rc1~328^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c43cd8f513917b4837069b4992f478203cc1a8d4;p=thirdparty%2Futil-linux.git agetty: fix ifdef typo introduced in 77835be2 Signed-off-by: Ruediger Meier --- diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 95236ce977..a2d367bac2 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -56,7 +56,7 @@ #if defined(__FreeBSD_kernel__) # include -# ifdef HAVE_UTMPX_H +# ifdef HAVE_UTMP_H # include # endif # ifdef HAVE_LIBUTIL_H