From: guy Date: Sat, 6 Apr 2002 23:58:24 +0000 (+0000) Subject: There's no need to include twice. X-Git-Tag: libpcap-0.7.2~34 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/612a1256f3e82f53051a94e96263f89d887e3850 There's no need to include twice. --- diff --git a/gencode.c b/gencode.c index 41988e1b..ecd7dbe2 100644 --- a/gencode.c +++ b/gencode.c @@ -21,7 +21,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.161 2001-12-18 09:10:49 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.160.2.1 2002-04-06 23:58:24 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -59,7 +59,6 @@ struct rtentry; #include #ifdef INET6 #include -#include #endif /*INET6*/ #define ETHERMTU 1500 @@ -3589,7 +3588,6 @@ gen_arth(code, a0, a1) sappend(a1->s, s0); sappend(a0->s, a1->s); - free_reg(a0->regno); free_reg(a1->regno); s0 = new_stmt(BPF_ST);