Revert "Turn off threaded minsym demangling by default"
[deliverable/binutils-gdb.git] / gdb / ser-unix.c
index 3492619f2d6e50d039b3432a1cb040e83a5fd03e..c49bd84eb63c84481060aeb1a51cc0c8fd477d91 100644 (file)
 #include <sys/types.h>
 #include "terminal.h"
 #include <sys/socket.h>
-#include "common/gdb_sys_time.h"
+#include "gdbsupport/gdb_sys_time.h"
 
 #include "gdb_select.h"
 #include "gdbcmd.h"
-#include "common/filestuff.h"
+#include "gdbsupport/filestuff.h"
 #include <termios.h>
 #include "inflow.h"
 
@@ -41,7 +41,7 @@ struct hardwire_ttystate
 
 #ifdef CRTSCTS
 /* Boolean to explicitly enable or disable h/w flow control.  */
-static int serial_hwflow;
+static bool serial_hwflow;
 static void
 show_serial_hwflow (struct ui_file *file, int from_tty,
                    struct cmd_list_element *c, const char *value)
This page took 0.027656 seconds and 4 git commands to generate.