From: Nicolas Dichtel Date: Tue, 13 Aug 2013 13:05:39 +0000 (+0200) Subject: netfilter: export xt_HMARK.h to userland X-Git-Tag: v3.12-rc1~132^2~266^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=38c67328ac79cb9eaf61b5d4750fe3b9cff0dd15;p=linux.git netfilter: export xt_HMARK.h to userland This file contains the API for the target "HMARK", hence it should be exported to userland. Signed-off-by: Nicolas Dichtel Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild index dc00927ffd62..174915420d3f 100644 --- a/include/uapi/linux/netfilter/Kbuild +++ b/include/uapi/linux/netfilter/Kbuild @@ -22,6 +22,7 @@ header-y += xt_CONNMARK.h header-y += xt_CONNSECMARK.h header-y += xt_CT.h header-y += xt_DSCP.h +header-y += xt_HMARK.h header-y += xt_IDLETIMER.h header-y += xt_LED.h header-y += xt_LOG.h diff --git a/include/linux/netfilter/xt_HMARK.h b/include/uapi/linux/netfilter/xt_HMARK.h similarity index 100% rename from include/linux/netfilter/xt_HMARK.h rename to include/uapi/linux/netfilter/xt_HMARK.h