--- cvoicecontrol-0.9alpha/cvoicecontrol/keypressed.c 2006-05-14 17:52:38.000000000 +0200 +++ cvoicecontrol-0.9alpha/cvoicecontrol/keypressed.c 2006-05-14 17:52:48.000000000 +0200 @@ -77,7 +77,9 @@ set_keypress(); - if ((fd_stdin = open("/dev/stdin", O_RDONLY, 0)) == -1) + // FRANK patch - /dev/stdin does not exist on the gumstix + //if ((fd_stdin = open("/dev/stdin", O_RDONLY, 0)) == -1) + if ((fd_stdin = fileno(stdin)) == -1) return 0; FD_SET(fd_stdin, &reads_keypressed);