From 38700c7f24646dfbc6ac0ed529d3ed727c545cd0 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Sun, 22 Mar 2015 10:06:15 +0000 Subject: dismiss NETDISSECT_REWORKED macro The purpose of this macro was to enable the file-by-file switch to NDO, after which only tcpdump.c had a use of it and the definitions guarded by it. Update tcpdump.c not to require them any more and dismiss the unused definitions. --- l2vpn.c | 1 - 1 file changed, 1 deletion(-) (limited to 'l2vpn.c') diff --git a/l2vpn.c b/l2vpn.c index 54037aa1..e9b72fff 100644 --- a/l2vpn.c +++ b/l2vpn.c @@ -13,7 +13,6 @@ * Original code by Hannes Gredler (hannes@juniper.net) */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1