Fix a few compiler (clang) warnings.

This commit is contained in:
Sean Hunt
2015-02-16 00:23:48 -05:00
parent d34bab1509
commit 862d32c2ec
3 changed files with 3 additions and 2 deletions

View File

@@ -380,6 +380,7 @@ init_sco_cons()
#ifdef __linux__ /* via Jesse Thilo and Ben Gertzfield */
# include <sys/vt.h>
# include <sys/ioctl.h>
int linux_flag_console = 0;