]> xenbits.xensource.com Git - qemu-upstream-4.4-testing.git/commitdiff
curses: Remove OpenBSD workaround
authorBrad Smith <brad@comstyle.com>
Mon, 19 Nov 2012 09:22:12 +0000 (04:22 -0500)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Dec 2012 14:23:50 +0000 (14:23 +0000)
I removed the same sort of workaround for OpenBSD within the
configure script with commit 4dcc3f5876fa638d5c35bd47be3b717ea74cc2e7
but didn't bother to grep further to come across this same chunk
of code in the curses code itself. So the following diff removes
the same workaround chunk within the curses code.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
ui/curses.c

index b40b22307deb4f0df5537ae4d22fefe121cd86bb..5dc0b2c95f1345a4c0c89d74913736b9988431a7 100644 (file)
 #include <termios.h>
 #endif
 
-#ifdef __OpenBSD__
-#define resize_term resizeterm
-#endif
-
 #include "qemu-common.h"
 #include "console.h"
 #include "sysemu.h"