Deleted Added
full compact
arp.c (145519) arp.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/ipsend/arp.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/ipsend/arp.c 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * arp.c (C) 1995-1998 Darren Reed
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if !defined(lint)
9static const char sccsid[] = "@(#)arp.c 1.4 1/11/96 (C)1995 Darren Reed";
2
3/*
4 * arp.c (C) 1995-1998 Darren Reed
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 */
8#if !defined(lint)
9static const char sccsid[] = "@(#)arp.c 1.4 1/11/96 (C)1995 Darren Reed";
10static const char rcsid[] = "@(#)Id: arp.c,v 2.8 2003/12/01 02:01:15 darrenr Exp";
10static const char rcsid[] = "@(#)$Id: arp.c,v 2.8.2.1 2005/06/12 07:18:38 darrenr Exp $";
11#endif
12#include <sys/types.h>
13#include <sys/socket.h>
11#endif
12#include <sys/types.h>
13#include <sys/socket.h>
14#if !defined(ultrix) && !defined(hpux) && !defined(__hpux) && !defined(__osf__)
14#if !defined(ultrix) && !defined(hpux) && !defined(__hpux) && !defined(__osf__) && !defined(_AIX51)
15#include <sys/sockio.h>
16#endif
17#include <sys/ioctl.h>
18#include <netinet/in_systm.h>
19#include <netinet/in.h>
20#include <net/if.h>
21#include <netinet/if_ether.h>
22#ifndef ultrix

--- 119 unchanged lines hidden ---
15#include <sys/sockio.h>
16#endif
17#include <sys/ioctl.h>
18#include <netinet/in_systm.h>
19#include <netinet/in.h>
20#include <net/if.h>
21#include <netinet/if_ether.h>
22#ifndef ultrix

--- 119 unchanged lines hidden ---