Merge branch 'master' of /home/aggelos/devel/dfly/dfly.git/
[dragonfly.git] / usr.sbin / tcpdump / tcpdump / print-pflog.c.patch
1 $DragonFly: src/usr.sbin/tcpdump/tcpdump/print-pflog.c.patch,v 1.1 2007/10/11 02:46:51 pavalos Exp $
2 Index: print-pflog.c
3 ===================================================================
4 RCS file: /home/dcvs/src/contrib/tcpdump-3.9/print-pflog.c,v
5 retrieving revision 1.1.1.3
6 diff -u -r1.1.1.3 print-pflog.c
7 --- print-pflog.c       11 Oct 2007 02:37:52 -0000      1.1.1.3
8 +++ print-pflog.c       11 Oct 2007 02:31:09 -0000
9 @@ -37,8 +37,9 @@
10  #include <sys/socket.h>
11  #endif
12  #include <net/if.h>
13 -#include <net/pfvar.h>
14 -#include <net/if_pflog.h>
15 +#include <net/if_var.h>
16 +#include <net/pf/pfvar.h>
17 +#include <net/pf/if_pflog.h>
18  
19  
20