diff mbox

[00/79] netfilter: netfilter update

Message ID alpine.LNX.2.01.1101200235350.31108@obet.zrqbmnf.qr
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Jan Engelhardt Jan. 20, 2011, 1:36 a.m. UTC
On Thursday 2011-01-20 02:13, Patrick McHardy wrote:
>> +header-y += xt_secmark.h
>> 
>> No active tree has a include/linux/netfilter/xt_secmark.h file.  Therefore
>> we end up with:
>> 
>> Did you mean xt_SECMARK.h (caps)?
>
>I guess so. Jan, please fix this up.

parent f5c88f56b35599ab9ff2d3398e0153e4cd4a4c82 (v2.6.37-3820-gf5c88f5)
commit 51c7fc9e4e086e4a145617945fdda92a8ae0290f
Author: Jan Engelhardt <jengelh@medozas.de>
Date:   Thu Jan 20 02:34:48 2011 +0100

netfilter: xtables: remove extraneous header that slipped in

Commit 0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2 erroneously added
this.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 include/linux/netfilter/Kbuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Patrick McHardy Jan. 20, 2011, 7:49 a.m. UTC | #1
On 20.01.2011 02:36, Jan Engelhardt wrote:
> netfilter: xtables: remove extraneous header that slipped in
> 
> Commit 0b8ad876275c74e4bfb6ec3150793f3c0ecfcee2 erroneously added
> this.

Please use the title when referencing commits unless its already
in Linus' tree.

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index fc4e0aa..89c0d1e 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -56,7 +56,6 @@  header-y += xt_rateest.h
 header-y += xt_realm.h
 header-y += xt_recent.h
 header-y += xt_sctp.h
-header-y += xt_secmark.h
 header-y += xt_socket.h
 header-y += xt_state.h
 header-y += xt_statistic.h