summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_time.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-30 05:38:11 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-30 05:38:34 +0100
commit1de7edffc9085c0f41c261dca995e28ae4126c29 (patch)
treebe4430c82ac15fd9faf144fa0c14aefd843b70a2 /extensions/libxt_time.c
parent0f16c725aadaac7e670d632ecbaea3661ff00827 (diff)
libxtables: prefix/order - move parse_protocol to xtables.c
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_time.c')
-rw-r--r--extensions/libxt_time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libxt_time.c b/extensions/libxt_time.c
index 989806de..41aa5c77 100644
--- a/extensions/libxt_time.c
+++ b/extensions/libxt_time.c
@@ -22,7 +22,6 @@
#include <linux/netfilter/xt_time.h>
#include <xtables.h>
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
enum { /* getopt "seen" bits */
F_DATE_START = 1 << 0,