From dcd1ad89105faf1f3a9a3febdb970b70c5466518 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 9 May 2011 19:32:05 +0200 Subject: src: replace old IP*T_ALIGN macros Signed-off-by: Jan Engelhardt --- libiptc/libip4tc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiptc/libip4tc.c') diff --git a/libiptc/libip4tc.c b/libiptc/libip4tc.c index e2d2a5ee..cf66709e 100644 --- a/libiptc/libip4tc.c +++ b/libiptc/libip4tc.c @@ -112,7 +112,7 @@ typedef unsigned int socklen_t; #define LABEL_DROP IPTC_LABEL_DROP #define LABEL_QUEUE IPTC_LABEL_QUEUE -#define ALIGN IPT_ALIGN +#define ALIGN XT_ALIGN #define RETURN IPT_RETURN #include "libiptc.c" @@ -209,7 +209,7 @@ is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) mptr = matchmask + sizeof(STRUCT_ENTRY); if (IPT_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr)) return NULL; - mptr += IPT_ALIGN(sizeof(struct ipt_entry_target)); + mptr += XT_ALIGN(sizeof(struct ipt_entry_target)); return mptr; } -- cgit v1.2.3