summaryrefslogtreecommitdiff
path: root/print-ah.c
diff options
context:
space:
mode:
authorguy <guy>2000-10-06 04:23:10 +0000
committerguy <guy>2000-10-06 04:23:10 +0000
commite11ed169b11242f2107d02cc3ec2ab5a77736bfb (patch)
tree7fefcbf95739cbbceded8b19f9dd8c53cba9ea54 /print-ah.c
parentb67cb8951ccb0686a99e09afc578a17a5e58798c (diff)
downloadtcpdump-e11ed169b11242f2107d02cc3ec2ab5a77736bfb.tar.gz
Get rid of some includes of <net/route.h>, and empty declarations of
"struct mbuf" and "struct rtentry" - they shouldn't be necessary (and weren't on the platforms on which I tested, both with GCC and the native compiler if it isn't GCC).
Diffstat (limited to 'print-ah.c')
-rw-r--r--print-ah.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/print-ah.c b/print-ah.c
index 1bd18954..173132eb 100644
--- a/print-ah.c
+++ b/print-ah.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.11 2000-10-03 02:19:04 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.12 2000-10-06 04:23:10 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,8 +35,6 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/socket.h>
-#include <net/route.h>
-
#include <netinet/in.h>
#include <stdio.h>