Deleted Added
full compact
37c37
< "@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.7.2.2 2004/03/11 23:04:52 guy Exp $ (LBL)";
---
> "@(#) $Header: /tcpdump/master/libpcap/fad-getad.c,v 1.10 2004/11/04 07:26:04 guy Exp $ (LBL)";
60a61,64
> #ifdef AF_PACKET
> # include <linux/if_packet.h>
> #endif
>
103a108,112
> #ifdef AF_PACKET
> case AF_PACKET:
> return (sizeof (struct sockaddr_ll));
> #endif
>