Deleted Added
full compact
iptests.c (24583) iptests.c (26119)
1/*
2 * (C)opyright 1993, 1994, 1995 by Darren Reed.
3 *
4 * This code may be freely distributed as long as it retains this notice
5 * and is not changed in any way. The author accepts no responsibility
6 * for the use of this software. I hate legaleese, don't you ?
7 */
8#if !defined(lint) && defined(LIBC_SCCS)

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

22# undef _KERNEL
23# undef KERNEL
24# include <nlist.h>
25# include <sys/user.h>
26# include <sys/proc.h>
27#endif
28#include <kvm.h>
29#include <sys/socket.h>
1/*
2 * (C)opyright 1993, 1994, 1995 by Darren Reed.
3 *
4 * This code may be freely distributed as long as it retains this notice
5 * and is not changed in any way. The author accepts no responsibility
6 * for the use of this software. I hate legaleese, don't you ?
7 */
8#if !defined(lint) && defined(LIBC_SCCS)

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

22# undef _KERNEL
23# undef KERNEL
24# include <nlist.h>
25# include <sys/user.h>
26# include <sys/proc.h>
27#endif
28#include <kvm.h>
29#include <sys/socket.h>
30#if defined(solaris)
31# include <sys/stream.h>
32#endif
30#include <sys/socketvar.h>
31#ifdef sun
32#include <sys/systm.h>
33#include <sys/session.h>
34#endif
35#if BSD >= 199103
36#include <sys/sysctl.h>
37#include <sys/filedesc.h>

--- 1251 unchanged lines hidden ---
33#include <sys/socketvar.h>
34#ifdef sun
35#include <sys/systm.h>
36#include <sys/session.h>
37#endif
38#if BSD >= 199103
39#include <sys/sysctl.h>
40#include <sys/filedesc.h>

--- 1251 unchanged lines hidden ---