xenv: init g_kbdfd, as 0 is stdin
authornotaz <notasas@gmail.com>
Sat, 7 Jan 2012 21:02:42 +0000 (21:02 +0000)
committernotaz <notasas@gmail.com>
Sat, 7 Jan 2012 21:02:42 +0000 (21:02 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@941 be3aeb3a-fb24-0410-a615-afba39da0efa

linux/xenv.c

index 1febde7..3de7628 100644 (file)
@@ -186,7 +186,7 @@ static int x11h_update(int *is_down)
 }
 
 static struct termios g_kbd_termios_saved;
-static int g_kbdfd;
+static int g_kbdfd = -1;
 
 static int tty_init(void)
 {