Deleted Added
full compact
snp.c (31280) snp.c (31778)
1/*
2 * Copyright (c) 1995 Ugen J.S.Antsilevich
3 *
4 * Redistribution and use in source forms, with and without modification,
5 * are permitted provided that this entire comment appears intact.
6 *
7 * Redistribution in binary form may occur without any restrictions.
8 * Obviously, it would be nice if you gave credit where credit is due
9 * but requiring it would be too onerous.
10 *
11 * This software is provided ``AS IS'' without any warranties of any kind.
12 *
13 * Snoop stuff.
14 */
15
16#include "snp.h"
17
18#if NSNP > 0
19
1/*
2 * Copyright (c) 1995 Ugen J.S.Antsilevich
3 *
4 * Redistribution and use in source forms, with and without modification,
5 * are permitted provided that this entire comment appears intact.
6 *
7 * Redistribution in binary form may occur without any restrictions.
8 * Obviously, it would be nice if you gave credit where credit is due
9 * but requiring it would be too onerous.
10 *
11 * This software is provided ``AS IS'' without any warranties of any kind.
12 *
13 * Snoop stuff.
14 */
15
16#include "snp.h"
17
18#if NSNP > 0
19
20#include "opt_compat.h"
21
20#include <sys/param.h>
21#include <sys/systm.h>
22#include <sys/filio.h>
23#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
24#include <sys/ioctl_compat.h>
25#endif
26#include <sys/proc.h>
27#include <sys/malloc.h>

--- 515 unchanged lines hidden ---
22#include <sys/param.h>
23#include <sys/systm.h>
24#include <sys/filio.h>
25#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
26#include <sys/ioctl_compat.h>
27#endif
28#include <sys/proc.h>
29#include <sys/malloc.h>

--- 515 unchanged lines hidden ---