diff -ru ipt-orig/ip6tables.c ipt-new/ip6tables.c --- ipt-orig/ip6tables.c 2004-06-14 18:02:16.000000000 -0400 +++ ipt-new/ip6tables.c 2004-09-08 18:14:53.031881136 -0400 @@ -148,14 +148,6 @@ * magic number of -1 */ int line = -1; -#ifndef __OPTIMIZE__ -struct ip6t_entry_target * -ip6t_get_target(struct ip6t_entry *e) -{ - return (void *)e + e->target_offset; -} -#endif - static struct option *opts = original_opts; static unsigned int global_option_offset = 0; diff -ru ipt-orig/iptables.c ipt-new/iptables.c --- ipt-orig/iptables.c 2004-06-14 18:02:16.000000000 -0400 +++ ipt-new/iptables.c 2004-09-08 18:14:23.430381248 -0400 @@ -147,14 +147,6 @@ * magic number of -1 */ int line = -1; -#ifndef __OPTIMIZE__ -struct ipt_entry_target * -ipt_get_target(struct ipt_entry *e) -{ - return (void *)e + e->target_offset; -} -#endif - static struct option *opts = original_opts; static unsigned int global_option_offset = 0; diff -ru ipt-orig/libiptc/libiptc.c ipt-new/libiptc/libiptc.c --- ipt-orig/libiptc/libiptc.c 2004-06-14 18:02:18.000000000 -0400 +++ ipt-new/libiptc/libiptc.c 2004-09-08 18:19:36.847734568 -0400 @@ -27,14 +27,6 @@ #define IPT_LIB_DIR "/usr/local/lib/iptables" #endif -#ifndef __OPTIMIZE__ -STRUCT_ENTRY_TARGET * -GET_TARGET(STRUCT_ENTRY *e) -{ - return (void *)e + e->target_offset; -} -#endif - static int sockfd = -1; static void *iptc_fn = NULL;