Deleted Added
full compact
getif.c (13582) getif.c (18471)
1/*
2 * getif.c : get an interface structure
1/*
2 * getif.c : get an interface structure
3 *
4 * $Id$
3 */
4
5#include <sys/types.h>
6#include <sys/socket.h>
7#include <sys/ioctl.h>
8
9#if defined(SUNOS) || defined(SVR4)
10#include <sys/sockio.h>

--- 137 unchanged lines hidden ---
5 */
6
7#include <sys/types.h>
8#include <sys/socket.h>
9#include <sys/ioctl.h>
10
11#if defined(SUNOS) || defined(SVR4)
12#include <sys/sockio.h>

--- 137 unchanged lines hidden ---