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/libip6tc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/libiptc/libip6tc.h') diff --git a/include/libiptc/libip6tc.h b/include/libiptc/libip6tc.h index 9796574f..4f2d1f87 100644 --- a/include/libiptc/libip6tc.h +++ b/include/libiptc/libip6tc.h @@ -11,11 +11,6 @@ #endif #include -#ifndef IP6T_MIN_ALIGN -#define IP6T_MIN_ALIGN (__alignof__(struct ip6t_entry)) -#endif -#define IP6T_ALIGN(s) (((s) + (IP6T_MIN_ALIGN-1)) & ~(IP6T_MIN_ALIGN-1)) - struct ip6tc_handle; typedef char ip6t_chainlabel[32]; -- cgit v1.2.3