aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-06-12 07:01:27 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-06-12 07:01:27 +0000
commit1ae2c6005e4390161ccf55941af98b1ea90aa3ea (patch)
tree5fe4aeac2c9943fa67ad038e80b92ab9d679b587 /sys/dev
parent6697e35149613cce236acac3f5dfb1ff3fc67105 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ppbus/ppbconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c
index 17a21147d724..ca6407fe9437 100644
--- a/sys/dev/ppbus/ppbconf.c
+++ b/sys/dev/ppbus/ppbconf.c
@@ -177,8 +177,7 @@ static char *pnp_classes[] = {
static char *
search_token(char *str, int slen, char *token)
{
- char *p;
- int tlen, i, j;
+ int tlen, i;
#define UNKNOWN_LENGTH -1