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@xxxxxxxxxx> 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@xxxxxxxxxx> --- include/linux/netfilter/Kbuild | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 -- # Created with git-export-patch -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html