diff options
Diffstat (limited to 'console-tools/deallocvt.c')
-rw-r--r-- | console-tools/deallocvt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index db52747ad..a69026664 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c | |||
@@ -31,8 +31,6 @@ int deallocvt_main(int argc, char **argv) | |||
31 | bb_show_usage(); | 31 | bb_show_usage(); |
32 | } | 32 | } |
33 | 33 | ||
34 | if (-1 == ioctl(get_console_fd(), VT_DISALLOCATE, num)) { | 34 | xioctl(get_console_fd(), VT_DISALLOCATE, (void *)num); |
35 | bb_perror_msg_and_die("VT_DISALLOCATE"); | ||
36 | } | ||
37 | return EXIT_SUCCESS; | 35 | return EXIT_SUCCESS; |
38 | } | 36 | } |