Deleted Added
full compact
ip_mroute.c (1542) ip_mroute.c (1549)
1/*
2 * Copyright (c) 1989 Stephen Deering
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Stephen Deering of Stanford University.
8 *

--- 39 unchanged lines hidden (view full) ---

48 * MROUTING 1.1
49 */
50
51#ifndef MROUTING
52int ip_mrtproto; /* for netstat only */
53#else
54
55#include <sys/param.h>
1/*
2 * Copyright (c) 1989 Stephen Deering
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Stephen Deering of Stanford University.
8 *

--- 39 unchanged lines hidden (view full) ---

48 * MROUTING 1.1
49 */
50
51#ifndef MROUTING
52int ip_mrtproto; /* for netstat only */
53#else
54
55#include <sys/param.h>
56#include <sys/systm.h>
56#include <sys/errno.h>
57#include <sys/ioctl.h>
58#include <sys/malloc.h>
59#include <sys/mbuf.h>
60#include <sys/protosw.h>
61#include <sys/socket.h>
62#include <sys/socketvar.h>
63#include <sys/time.h>

--- 771 unchanged lines hidden ---
57#include <sys/errno.h>
58#include <sys/ioctl.h>
59#include <sys/malloc.h>
60#include <sys/mbuf.h>
61#include <sys/protosw.h>
62#include <sys/socket.h>
63#include <sys/socketvar.h>
64#include <sys/time.h>

--- 771 unchanged lines hidden ---