From f2690ca8428d29bfa4be3c28304813de65f10523 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 13 May 2019 15:32:01 +0200 Subject: Merge CMD_* defines They are mostly identical, just xtables-arp ones differ slightly. Though since they are internal use only and their actual value doesn't matter (as long as it's a distinct bit), they can be merged anyway. Signed-off-by: Phil Sutter Acked-by: Pablo Neira Ayuso --- iptables/xtables.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'iptables/xtables.c') diff --git a/iptables/xtables.c b/iptables/xtables.c index bb76e6a7..805bd801 100644 --- a/iptables/xtables.c +++ b/iptables/xtables.c @@ -50,8 +50,6 @@ #define FALSE 0 #endif -#define NUMBER_OF_CMD 16 - #define OPT_FRAGMENT 0x00800U #define NUMBER_OF_OPT ARRAY_SIZE(optflags) static const char optflags[] -- cgit v1.2.3