summaryrefslogtreecommitdiffstats
path: root/login-utils/sulogin-consoles.h
diff options
context:
space:
mode:
authorWerner Fink2013-01-08 15:38:40 +0100
committerKarel Zak2013-01-08 15:42:12 +0100
commitf5664477cbc7c5f94bf6e640adf01e47880a9b12 (patch)
tree5d5f90a1be010cb56470da4ad73d33fa49554beb /login-utils/sulogin-consoles.h
parentinclude: cleanup copyright headers (diff)
downloadkernel-qcow2-util-linux-f5664477cbc7c5f94bf6e640adf01e47880a9b12.tar.gz
kernel-qcow2-util-linux-f5664477cbc7c5f94bf6e640adf01e47880a9b12.tar.xz
kernel-qcow2-util-linux-f5664477cbc7c5f94bf6e640adf01e47880a9b12.zip
include/ttyutils: add default chardata
this one moves the init_chardata to include/ttyutils.h as well as to lib/include/ttyutils.c. Also the macros CTL/CTRL are fixed in agetty.c and sulogin.c to use the XOR variant CTL. [kzak@redhat.com: use macro rather than global variable for default chardata] Signed-off-by: Werner Fink <werner@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/sulogin-consoles.h')
-rw-r--r--login-utils/sulogin-consoles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/sulogin-consoles.h b/login-utils/sulogin-consoles.h
index c2f95eac7..f762e873a 100644
--- a/login-utils/sulogin-consoles.h
+++ b/login-utils/sulogin-consoles.h
@@ -28,8 +28,8 @@
#include <stdint.h>
#include <stdio.h>
#include <termios.h>
-#include <list.h>
+#include "list.h"
#include "ttyutils.h"
struct console {