Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index c7ce82d23aff89362a512c7a03054aba75e07cbc..214b26f40cf1fcefbe6ed5c25bf9d6123173f9e4 100644 (file)
@@ -35,7 +35,7 @@
 #include <sys/proc.h>  /* for struct proc */
 #include <sys/user.h>  /* for struct user */
 #include <fcntl.h>     /* for O_RDWR etc.  */
-#include "common/gdb_wait.h"
+#include "gdbsupport/gdb_wait.h"
 
 #include "proc-utils.h"
 
@@ -50,7 +50,7 @@ struct trans {
   const char *desc;             /* Short description of value */
 };
 
-static int   procfs_trace    = 0;
+static bool  procfs_trace   = false;
 static FILE *procfs_file     = NULL;
 static char *procfs_filename;
 
This page took 0.026662 seconds and 4 git commands to generate.