ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/contrib/libpcap/grammar.y
(Generate patch)

Comparing trunk/contrib/libpcap/grammar.y (file contents):
Revision 11136 by laffer1, Sat Dec 7 23:54:44 2013 UTC vs.
Revision 11137 by laffer1, Wed Jun 27 00:14:22 2018 UTC

# Line 19 | Line 19
19   * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
20   * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21   *
22 < * $FreeBSD$
22 > * $FreeBSD: stable/10/contrib/libpcap/grammar.y 263086 2014-03-12 10:45:58Z glebius $
23   */
24   #ifndef lint
25   static const char rcsid[] _U_ =
26 <    "@(#) $Header: /home/cvs/src/contrib/libpcap/grammar.y,v 1.1.1.4 2012-07-21 15:03:26 laffer1 Exp $ (LBL)";
26 >    "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.101 2007-11-18 02:03:52 guy Exp $ (LBL)";
27   #endif
28  
29   #ifdef HAVE_CONFIG_H
# Line 56 | Line 56 | struct rtentry;
56   #include "gencode.h"
57   #ifdef HAVE_NET_PFVAR_H
58   #include <net/if.h>
59 < #include <net/pfvar.h>
59 > #include <netpfil/pf/pf.h>
60   #include <net/if_pflog.h>
61   #endif
62   #include "ieee80211.h"
# Line 168 | Line 168 | yyerror(const char *msg)
168          /* NOTREACHED */
169   }
170  
171 < #ifndef YYBISON
171 > #ifdef NEED_YYPARSE_WRAPPER
172   int yyparse(void);
173  
174   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines