X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=tools%2Fperf%2Fbench%2Fmem-memcpy.c;h=38dae7465142fdb86037cbae95a85a3ede9e24ed;hb=98f01720cbe3e2eb719682777049b6514e9db556;hp=89773178e89408f9df1c235d355f5a4f3aebe27e;hpb=e69381b4175ba162229646f6753ff1d87c24d468;p=sfrench%2Fcifs-2.6.git diff --git a/tools/perf/bench/mem-memcpy.c b/tools/perf/bench/mem-memcpy.c index 89773178e894..38dae7465142 100644 --- a/tools/perf/bench/mem-memcpy.c +++ b/tools/perf/bench/mem-memcpy.c @@ -10,7 +10,6 @@ #include "../perf.h" #include "../util/util.h" #include "../util/parse-options.h" -#include "../util/string.h" #include "../util/header.h" #include "bench.h" @@ -24,7 +23,7 @@ static const char *length_str = "1MB"; static const char *routine = "default"; -static int use_clock = 0; +static bool use_clock = false; static int clock_fd; static const struct option options[] = {