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

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

17
18#if NSNP > 0
19
20#include <sys/param.h>
21#include <sys/systm.h>
22#include <sys/filio.h>
23#include <sys/ioctl_compat.h> /* Oooh..We need O/NTTYDISC */
24#include <sys/proc.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

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

17
18#if NSNP > 0
19
20#include <sys/param.h>
21#include <sys/systm.h>
22#include <sys/filio.h>
23#include <sys/ioctl_compat.h> /* Oooh..We need O/NTTYDISC */
24#include <sys/proc.h>
25#include <sys/malloc.h>
25#include <sys/tty.h>
26#include <sys/fcntl.h>
27#include <sys/conf.h>
28#include <sys/poll.h>
29#include <sys/uio.h>
30#include <sys/kernel.h>
26#include <sys/tty.h>
27#include <sys/fcntl.h>
28#include <sys/conf.h>
29#include <sys/poll.h>
30#include <sys/uio.h>
31#include <sys/kernel.h>
31#include <sys/malloc.h>
32#ifdef DEVFS
33#include <sys/devfsext.h>
34#endif /*DEVFS*/
35
36#include <sys/snoop.h>
37
38static d_open_t snpopen;
39static d_close_t snpclose;

--- 510 unchanged lines hidden ---
32#ifdef DEVFS
33#include <sys/devfsext.h>
34#endif /*DEVFS*/
35
36#include <sys/snoop.h>
37
38static d_open_t snpopen;
39static d_close_t snpclose;

--- 510 unchanged lines hidden ---