diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/snp/snp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index abfc765b4cdf..77c1596d5b39 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -182,7 +182,6 @@ snpin(snp, buf, n) int s, len, nblen; caddr_t from, to; char *nbuf; - struct tty *tp; if (n == 0) @@ -471,7 +470,7 @@ snpselect(dev, rw, p) int rw; struct proc *p; { - int unit = minor(dev), s; + int unit = minor(dev); struct snoop *snp = &snoopsw[unit]; if (rw != FREAD) |
