| 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
| ||
|
Message-Id: <1512930610-4975-1-git-send-email-pravin.shedge4linux@gmail.com> Date: Mon, 11 Dec 2017 00:00:10 +0530 From: Pravin Shedge <pravin.shedge4linux@...il.com> To: john.fastabend@...il.com, davem@...emloft.net, ast@...nel.org Cc: linux-kernel@...r.kernel.org, pravin.shedge4linux@...il.com Subject: [PATCH 42/45] sample/sockmap: remove duplicate includes These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux@...il.com> --- samples/sockmap/sockmap_user.c | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/sockmap/sockmap_user.c b/samples/sockmap/sockmap_user.c index 7cc9d22..7c8ccd6 100644 --- a/samples/sockmap/sockmap_user.c +++ b/samples/sockmap/sockmap_user.c @@ -19,7 +19,6 @@ #include <unistd.h> #include <string.h> #include <errno.h> -#include <sys/ioctl.h> #include <stdbool.h> #include <signal.h> #include <fcntl.h> -- 2.7.4
Powered by blists - more mailing lists