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 --- include/libiptc/libiptc.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/libiptc/libiptc.h') diff --git a/include/libiptc/libiptc.h b/include/libiptc/libiptc.h index 4355ac92..3497d6ae 100644 --- a/include/libiptc/libiptc.h +++ b/include/libiptc/libiptc.h @@ -15,15 +15,6 @@ extern "C" { #endif -#ifndef IPT_MIN_ALIGN -/* ipt_entry has pointers and u_int64_t's in it, so if you align to - it, you'll also align to any crazy matches and targets someone - might write */ -#define IPT_MIN_ALIGN (__alignof__(struct ipt_entry)) -#endif - -#define IPT_ALIGN(s) (((s) + ((IPT_MIN_ALIGN)-1)) & ~((IPT_MIN_ALIGN)-1)) - struct iptc_handle; typedef char ipt_chainlabel[32]; -- cgit v1.2.3