Deleted Added
sdiff udiff text old ( 13577 ) new ( 18471 )
full compact
1/*
2 * hwaddr.c - routines that deal with hardware addresses.
3 * (i.e. Ethernet)
4 *
5 * $Id$
6 */
7
8#include <sys/types.h>
9#include <sys/param.h>
10#include <sys/socket.h>
11#include <sys/ioctl.h>
12
13#if defined(SUNOS) || defined(SVR4)

--- 339 unchanged lines hidden ---