]> The Tcpdump Group git mirrors - libpcap/commitdiff
reomve interface.h, it's not used in libpcap
authorassar <assar>
Mon, 26 Jun 2000 04:17:05 +0000 (04:17 +0000)
committerassar <assar>
Mon, 26 Jun 2000 04:17:05 +0000 (04:17 +0000)
bpf_dump.c

index 893a5fcbf13856b27d46ae6bb418884dce2bd5f9..0b651c2a494f16b6a6a3058a90f874760cf143f0 100644 (file)
@@ -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)
 {