]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: fix ifdef typo
authorRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 21 Dec 2016 21:39:17 +0000 (22:39 +0100)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 21 Dec 2016 21:47:36 +0000 (22:47 +0100)
introduced in 77835be2

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
term-utils/agetty.c

index 95236ce9776bb5297ddf02ddb1874e8ba50fdc1f..a2d367bac218cd01b098c3d6e7e7786083d79970 100644 (file)
@@ -56,7 +56,7 @@
 
 #if defined(__FreeBSD_kernel__)
 # include <pty.h>
-# ifdef HAVE_UTMPX_H
+# ifdef HAVE_UTMP_H
 #  include <utmp.h>
 # endif
 # ifdef HAVE_LIBUTIL_H