summaryrefslogtreecommitdiffstats
path: root/login-utils/agetty.c
diff options
context:
space:
mode:
authorKarel Zak2007-11-28 13:19:42 +0100
committerKarel Zak2007-11-28 13:19:42 +0100
commite6590f06adeacdd4d1dcaf25cd1132e314978f62 (patch)
tree6fec74ca5bce30a21e5fa58d5f5cc0cc49eae2c4 /login-utils/agetty.c
parentinclude: cleanup pathnames.h (diff)
downloadkernel-qcow2-util-linux-e6590f06adeacdd4d1dcaf25cd1132e314978f62.tar.gz
kernel-qcow2-util-linux-e6590f06adeacdd4d1dcaf25cd1132e314978f62.tar.xz
kernel-qcow2-util-linux-e6590f06adeacdd4d1dcaf25cd1132e314978f62.zip
agetty: non-linux support (use pathnames.h)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/agetty.c')
-rw-r--r--login-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/agetty.c b/login-utils/agetty.c
index cbae09231..64f9c60a8 100644
--- a/login-utils/agetty.c
+++ b/login-utils/agetty.c
@@ -35,9 +35,9 @@
#include <netdb.h>
#include "xstrncpy.h"
#include "nls.h"
+#include "pathnames.h"
#ifdef __linux__
-#include "pathnames.h"
#include <sys/param.h>
#define USE_SYSLOG
#endif