Deleted Added
full compact
37c37
< "@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.10.2.1 2005/04/10 18:04:49 hannes Exp $ (LBL)";
---
> "@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.10.2.2 2007/09/14 00:45:17 guy Exp $ (LBL)";
64c64,68
< # include <linux/if_packet.h>
---
> # ifdef __Lynx__
> # include <netpacket/if_packet.h> /* LynxOS */
> # else
> # include <linux/if_packet.h> /* Linux */
> # endif