diff options
Diffstat (limited to 'libbb/get_console.c')
-rw-r--r-- | libbb/get_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_console.c b/libbb/get_console.c index bfb7468a8..a5903d0c3 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c | |||
@@ -30,7 +30,7 @@ | |||
30 | 30 | ||
31 | 31 | ||
32 | /* From <linux/kd.h> */ | 32 | /* From <linux/kd.h> */ |
33 | static const int KDGKBTYPE = 0x4B33; /* get keyboard type */ | 33 | enum { KDGKBTYPE = 0x4B33 }; /* get keyboard type */ |
34 | 34 | ||
35 | 35 | ||
36 | static int open_a_console(const char *fnam) | 36 | static int open_a_console(const char *fnam) |