summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-ospf.c
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2001-04-03 07:45:48 +0000
committerfenner <fenner@FreeBSD.org>2001-04-03 07:45:48 +0000
commitf7d9a5e270bfcbb075a637a52416185441d33d8d (patch)
treee79d9e6f58638911260708c956a0d44069782cda /contrib/tcpdump/print-ospf.c
parent04f715925eb0f85e1b7d21424cdbb3f6f1fa0b41 (diff)
parentace14a2b50f2cc05c079d0b9137b49066dbb1206 (diff)
downloadFreeBSD-src-f7d9a5e270bfcbb075a637a52416185441d33d8d.zip
FreeBSD-src-f7d9a5e270bfcbb075a637a52416185441d33d8d.tar.gz
This commit was generated by cvs2svn to compensate for changes in r75115,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/print-ospf.c')
-rw-r--r--contrib/tcpdump/print-ospf.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/tcpdump/print-ospf.c b/contrib/tcpdump/print-ospf.c
index f69eb84..f5e452f 100644
--- a/contrib/tcpdump/print-ospf.c
+++ b/contrib/tcpdump/print-ospf.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ospf.c,v 1.27 1999/11/21 09:36:58 fenner Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ospf.c,v 1.29 2000/09/29 04:58:45 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,9 +35,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
-#include <netinet/ip_var.h>
#include <ctype.h>
#include <stdio.h>
@@ -47,6 +44,8 @@ static const char rcsid[] =
#include "ospf.h"
+#include "ip.h"
+
struct bits {
u_int32_t bit;
const char *str;
OpenPOWER on IntegriCloud