Deleted Added
sdiff udiff text old ( 13573 ) new ( 18471 )
full compact
1/*
2 * lookup.c - Lookup IP address, HW address, netmask
3 *
4 * $Id$
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 */
12#endif

--- 119 unchanged lines hidden ---