[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4B169B20.80400@redhat.com>
Date: Wed, 02 Dec 2009 11:51:44 -0500
From: Masami Hiramatsu <mhiramat@...hat.com>
To: Liming Wang <liming.wang@...driver.com>
CC: Ingo Molnar <mingo@...e.hu>, fweisbec@...il.com,
Xiao Guangrong <xiaoguangrong@...fujitsu.com>,
peterz@...radead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf tools: fix compiling error for strndup
Liming Wang wrote:
> Remove redundant include files to avoid compiling error.
>
> Signed-off-by: Liming Wang<liming.wang@...driver.com>
> Signed-off-by: Xiao Guangrong<xiaoguangrong@...fujitsu.com>
> Acked-by: Frederic Weisbecker<fweisbec@...il.com>
Thanks for fixing it!
Acked-by: Masami Hiramatsu <mhiramat@...hat.com>
> ---
> tools/perf/util/string.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/util/string.c b/tools/perf/util/string.c
> index 0977cf4..f24a8cc 100644
> --- a/tools/perf/util/string.c
> +++ b/tools/perf/util/string.c
> @@ -1,5 +1,3 @@
> -#include<string.h>
> -#include<stdlib.h>
> #include "string.h"
> #include "util.h"
>
--
Masami Hiramatsu
Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division
e-mail: mhiramat@...hat.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists