]> The Tcpdump Group git mirrors - tcpdump/commitdiff
No, we didn't need to include "nameser.h" here, so remove the #include.
authorguy <guy>
Wed, 27 Jun 2001 05:38:11 +0000 (05:38 +0000)
committerguy <guy>
Wed, 27 Jun 2001 05:38:11 +0000 (05:38 +0000)
print-rx.c

index 98e1f2a0b5f42e5a008ebbf26c30f551c1eca06c..9a22c33cbf1e39218b1c496a55fa4fb8b682ab4c 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.21 2001-06-26 06:19:05 guy Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.22 2001-06-27 05:38:11 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -35,10 +35,6 @@ static const char rcsid[] =
 #include "addrtoname.h"
 #include "extract.h"
 
 #include "addrtoname.h"
 #include "extract.h"
 
-#if 0
-#include "nameser.h"
-#endif
-
 #include "rx.h"
 
 #include "ip.h"
 #include "rx.h"
 
 #include "ip.h"