Deleted Added
full compact
mroute.c (16080) mroute.c (20287)
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 *

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

44 */
45
46#include <sys/param.h>
47#include <sys/queue.h>
48#include <sys/socket.h>
49#include <sys/socketvar.h>
50#include <sys/protosw.h>
51#include <sys/mbuf.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 *

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

44 */
45
46#include <sys/param.h>
47#include <sys/queue.h>
48#include <sys/socket.h>
49#include <sys/socketvar.h>
50#include <sys/protosw.h>
51#include <sys/mbuf.h>
52#include <sys/time.h>
52
53#include <net/if.h>
54#include <netinet/in.h>
55#include <netinet/igmp.h>
56#include <net/route.h>
57#define KERNEL 1 /* XXX bogus! */
58#include <netinet/ip_mroute.h>
59#undef KERNEL

--- 176 unchanged lines hidden ---
53
54#include <net/if.h>
55#include <netinet/in.h>
56#include <netinet/igmp.h>
57#include <net/route.h>
58#define KERNEL 1 /* XXX bogus! */
59#include <netinet/ip_mroute.h>
60#undef KERNEL

--- 176 unchanged lines hidden ---