[PATCH] Fixed a couple of cases where the console was not reset in cooked mode after a bare console has been created

Juan Lang juan.lang at gmail.com
Fri Sep 10 15:53:40 CDT 2010


Hi Eric, minor quibble on this patch:

 #ifdef HAVE_TERMIOS_H
 # include <termios.h>
 #endif
+#ifdef HAVE_TERMIOS_H
+#include <termios.h>
+#endif

This hunk isn't needed.
--Juan



More information about the wine-devel mailing list