diff options
Diffstat (limited to 'console-tools/deallocvt.c')
-rw-r--r-- | console-tools/deallocvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index 15cd0c9b9..b7dcc9e22 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c | |||
@@ -21,7 +21,7 @@ int deallocvt_main(int argc, char *argv[]) | |||
21 | if (argc > 2) | 21 | if (argc > 2) |
22 | show_usage(); | 22 | show_usage(); |
23 | 23 | ||
24 | fd = get_console_fd("/dev/console"); | 24 | fd = get_console_fd(); |
25 | 25 | ||
26 | if (argc == 1) { | 26 | if (argc == 1) { |
27 | /* deallocate all unused consoles */ | 27 | /* deallocate all unused consoles */ |