Deleted Added
full compact
snp.c (31778) snp.c (32726)
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

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

13 * Snoop stuff.
14 */
15
16#include "snp.h"
17
18#if NSNP > 0
19
20#include "opt_compat.h"
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

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

13 * Snoop stuff.
14 */
15
16#include "snp.h"
17
18#if NSNP > 0
19
20#include "opt_compat.h"
21#include "opt_devfs.h"
21
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>

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

--- 516 unchanged lines hidden ---