From 46471eeb42c65ea44ecadb9f81fc3aaa76591ee2 Mon Sep 17 00:00:00 2001 From: Chen Jingpiao Date: Sun, 11 Mar 2018 20:16:01 +0800 Subject: [PATCH] xlat: remove NFNL_SUBSYS_COUNT constant NFNL_SUBSYS_COUNT is not a symbol with some constant value, it changes with time, just print it as an unrecognized number. * xlat/nl_netfilter_subsys_ids.in (NFNL_SUBSYS_COUNT): Remove. --- xlat/nl_netfilter_subsys_ids.in | 1 - 1 file changed, 1 deletion(-) diff --git a/xlat/nl_netfilter_subsys_ids.in b/xlat/nl_netfilter_subsys_ids.in index 3c66eb50..52aad872 100644 --- a/xlat/nl_netfilter_subsys_ids.in +++ b/xlat/nl_netfilter_subsys_ids.in @@ -10,4 +10,3 @@ NFNL_SUBSYS_CTNETLINK_TIMEOUT 8 NFNL_SUBSYS_CTHELPER 9 NFNL_SUBSYS_NFTABLES 10 NFNL_SUBSYS_NFT_COMPAT 11 -NFNL_SUBSYS_COUNT 12 -- 2.50.1