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. --- af.c | 1 - 1 file changed, 1 deletion(-) (limited to 'af.c') diff --git a/af.c b/af.c index bea6d977..2a2159d7 100644 --- a/af.c +++ b/af.c @@ -15,7 +15,6 @@ * Original code by Hannes Gredler (hannes@juniper.net) */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.1