summaryrefslogtreecommitdiff
path: root/in_cksum.c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2015-03-22 10:06:15 +0000
committerDenis Ovsienko <denis@ovsienko.info>2015-03-22 10:06:15 +0000
commit38700c7f24646dfbc6ac0ed529d3ed727c545cd0 (patch)
tree296317ced3753614696750265be6766eb509d705 /in_cksum.c
parent40451f7a1d7b65ec4ca30ba631594ea4238ae129 (diff)
downloadtcpdump-38700c7f24646dfbc6ac0ed529d3ed727c545cd0.tar.gz
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.
Diffstat (limited to 'in_cksum.c')
-rw-r--r--in_cksum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/in_cksum.c b/in_cksum.c
index 171728a8..efbc38e0 100644
--- a/in_cksum.c
+++ b/in_cksum.c
@@ -35,7 +35,6 @@
* @(#)in_cksum.c 8.1 (Berkeley) 6/10/93
*/
-#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif