Staticise table

This commit is contained in:
sin 2013-08-30 00:28:17 +01:00
parent 7afa5b8791
commit ee5eccba1c

3
chvt.c
View File

@ -12,7 +12,7 @@
#define VT_ACTIVATE 0x5606 /* make vt active */
#define VT_WAITACTIVE 0x5607 /* wait for vt active */
char *vts[] = {
static char *vts[] = {
"/proc/self/fd/0",
"/dev/console",
"/dev/tty",
@ -55,4 +55,3 @@ VTfound:
return 0;
}