diff options
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/setconsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 6621d25f8..7ddef697c 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c | |||
@@ -38,7 +38,7 @@ int setconsole_main(int argc, char **argv) | |||
38 | device = argv[optind]; | 38 | device = argv[optind]; |
39 | } else { | 39 | } else { |
40 | if (flags & OPT_SETCONS_RESET) | 40 | if (flags & OPT_SETCONS_RESET) |
41 | device = CONSOLE_DEV; | 41 | device = DEV_CONSOLE; |
42 | } | 42 | } |
43 | 43 | ||
44 | if (-1 == ioctl(xopen(device, O_RDONLY), TIOCCONS)) { | 44 | if (-1 == ioctl(xopen(device, O_RDONLY), TIOCCONS)) { |