aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpf_dump.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bpf_dump.c b/bpf_dump.c
index 893a5fcb..0b651c2a 100644
--- a/bpf_dump.c
+++ b/bpf_dump.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.11 2000-06-18 11:12:59 assar Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.12 2000-06-26 04:17:05 assar Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,8 +33,6 @@ static const char rcsid[] =
#include <pcap.h>
#include <stdio.h>
-#include "interface.h"
-
void
bpf_dump(struct bpf_program *p, int option)
{