From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: [Fwd: [PATCH] audit: remove duplicate inclusion of the netlink header] Date: Mon, 30 Sep 2013 18:32:32 -0400 Message-ID: <1380580352.23956.17.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-p45FNnwhMiUw12tDY27B" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: matvejchikov@gmail.com, rbriggs@redhat.com List-Id: linux-audit@redhat.com --=-p45FNnwhMiUw12tDY27B Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Forwarding message accidentally sent only to me to the list. I have not reviewed this patch. -------- Forwarded Message -------- > From: Matvejchikov Ilya > Reply-to: matvejchikov@gmail.com > To: eparis@redhat.com > Subject: [PATCH] audit: remove duplicate inclusion of the netlink > header > Date: Sun, 29 Sep 2013 15:55:17 +0400 > > > --=-p45FNnwhMiUw12tDY27B Content-Type: application/octet-stream; name="0001-audit-remove-duplicate-inclusion-of-the-netlink-head.patch" Content-Disposition: attachment; filename="0001-audit-remove-duplicate-inclusion-of-the-netlink-head.patch" X-Attachment-Id: f_hm67odxq0 Content-Transfer-Encoding: 7bit >>From 52e7bb8c1411f6c9442cd5fb15bc92c31320719c Mon Sep 17 00:00:00 2001 From: "Ilya V. Matveychikov" Date: Sun, 29 Sep 2013 15:53:40 +0400 Subject: [PATCH] audit: remove duplicate inclusion of the netlink header Signed-off-by: Ilya V. Matveychikov --- kernel/audit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/audit.c b/kernel/audit.c index 91e53d0..3db0a69 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -60,7 +60,6 @@ #ifdef CONFIG_SECURITY #include #endif -#include #include #include #include -- 1.8.1.2 --=-p45FNnwhMiUw12tDY27B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --=-p45FNnwhMiUw12tDY27B--