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
6#include <sys/types.h>
7#include <sys/param.h>
8#include <sys/socket.h>
9#include <sys/ioctl.h>
10
11#if defined(SUNOS) || defined(SVR4)

--- 339 unchanged lines hidden ---