]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Use STDIN_FILENO instead of fileno(stdin)
authorPekka Enberg <penberg@kernel.org>
Wed, 6 Apr 2011 18:09:14 +0000 (21:09 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 6 Apr 2011 18:09:14 +0000 (21:09 +0300)
commit7f5e12352198252c84beb07980a94531f24f5a88
tree726ef8ca8dd8b71087fa7a3a3e9701d14328538e
parent3e6a19bfb9ccfe85529910263ffd226d46398697
kvm tools: Use STDIN_FILENO instead of fileno(stdin)

To cleanup the serial console emulation code, use STDIN_FILENO which is POSIX
API instead of fileno(stdin) which is libc API.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/8250-serial.c