X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fproc-api.c;h=214b26f40cf1fcefbe6ed5c25bf9d6123173f9e4;hb=0c21cc55c7f7e32076914ae519aa958036df05a9;hp=cb2eaf8cb190280139edda8049cb32d3061567d7;hpb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-api.c b/gdb/proc-api.c index cb2eaf8cb1..214b26f40c 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -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;