lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Apr 2020 09:55:59 -0300
From:   Arnaldo Carvalho de Melo <acme@...hat.com>
To:     jagdsh.linux@...il.com
Cc:     jolsa@...nel.org, ak@...ux.intel.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/7] tools/lib/perf/: Remove duplicate headers

Em Sun, Apr 19, 2020 at 11:43:56AM +0530, jagdsh.linux@...il.com escreveu:
> From: Jagadeesh Pagadala <jagdsh.linux@...il.com>
> 
> Code cleanup: Remove duplicate headers which are included twice.

Thanks, applied.

- Arnaldo
 
> Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@...il.com>
> ---
>  tools/lib/perf/evlist.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/tools/lib/perf/evlist.c b/tools/lib/perf/evlist.c
> index 5b9f2ca..def5505 100644
> --- a/tools/lib/perf/evlist.c
> +++ b/tools/lib/perf/evlist.c
> @@ -11,10 +11,8 @@
>  #include <internal/mmap.h>
>  #include <internal/cpumap.h>
>  #include <internal/threadmap.h>
> -#include <internal/xyarray.h>
>  #include <internal/lib.h>
>  #include <linux/zalloc.h>
> -#include <sys/ioctl.h>
>  #include <stdlib.h>
>  #include <errno.h>
>  #include <unistd.h>
> -- 
> 1.8.3.1

Powered by blists - more mailing lists