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

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

508 selrecord(p, &snp->snp_sel);
509
510 return (revents);
511}
512
513#ifdef DEVFS
514static void *snp_devfs_token[NSNP];
515#endif
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

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

508 selrecord(p, &snp->snp_sel);
509
510 return (revents);
511}
512
513#ifdef DEVFS
514static void *snp_devfs_token[NSNP];
515#endif
516static snp_devsw_installed = 0;
516static int snp_devsw_installed;
517
518static void snp_drvinit __P((void *unused));
519static void
520snp_drvinit(unused)
521 void *unused;
522{
523 dev_t dev;
524#ifdef DEVFS

--- 21 unchanged lines hidden ---
517
518static void snp_drvinit __P((void *unused));
519static void
520snp_drvinit(unused)
521 void *unused;
522{
523 dev_t dev;
524#ifdef DEVFS

--- 21 unchanged lines hidden ---