Deleted Added
full compact
lookup.c (18471) lookup.c (20287)
1/*
2 * lookup.c - Lookup IP address, HW address, netmask
3 *
1/*
2 * lookup.c - Lookup IP address, HW address, netmask
3 *
4 * $Id$
4 * $Id: lookup.c,v 1.2 1996/09/22 21:52:21 wosch Exp $
5 */
6
7#include <sys/types.h>
8#include <sys/socket.h>
9
5 */
6
7#include <sys/types.h>
8#include <sys/socket.h>
9
10#ifdef _AIX32
11#include <sys/time.h> /* for struct timeval in net/if.h */
10#include <sys/time.h> /* for struct timeval in net/if.h */
12#endif
13#include <net/if.h>
14#include <netinet/in.h>
15
16#ifdef ETC_ETHERS
17#include <netinet/if_ether.h>
18extern int ether_hostton();
19#endif
20

--- 111 unchanged lines hidden ---
11#include <net/if.h>
12#include <netinet/in.h>
13
14#ifdef ETC_ETHERS
15#include <netinet/if_ether.h>
16extern int ether_hostton();
17#endif
18

--- 111 unchanged lines hidden ---