Skip to content

Commit 7732f57

Browse files
ldv-altgregkh
authored andcommitted
uapi: nfnetlink_cthelper.h: fix userspace compilation error
commit c33cb00 upstream. Apparently, <linux/netfilter/nfnetlink_cthelper.h> and <linux/netfilter/nfnetlink_acct.h> could not be included into the same compilation unit because of a cut-and-paste typo in the former header. Fixes: 12f7a50 ("netfilter: add user-space connection tracking helper infrastructure") Cc: <stable@vger.kernel.org> # v3.6 Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent dfbf345 commit 7732f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/netfilter/nfnetlink_cthelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define NFCT_HELPER_STATUS_DISABLED 0
66
#define NFCT_HELPER_STATUS_ENABLED 1
77

8-
enum nfnl_acct_msg_types {
8+
enum nfnl_cthelper_msg_types {
99
NFNL_MSG_CTHELPER_NEW,
1010
NFNL_MSG_CTHELPER_GET,
1111
NFNL_MSG_CTHELPER_DEL,

0 commit comments

Comments
 (0)