summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-05-06 07:30:02 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-05-06 07:30:02 +0000
commit6078be57aa7c10f3f033af67fd2fd9bc5a5ebae4 (patch)
treed6079dcb6b012a1b1fee8273a1d31a201a65a5b2 /sys/dev
parentd5b38da9062ce346f3076d35760a0fedcd1a7e62 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/snp/snp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c
index 9e9ffe88ce56..4970fa5aa775 100644
--- a/sys/dev/snp/snp.c
+++ b/sys/dev/snp/snp.c
@@ -199,7 +199,7 @@ snpwrite(dev, uio, flag)
struct snoop *snp;
struct tty *tp;
int error, i, len;
- char c[SNP_INPUT_BUF];
+ unsigned char c[SNP_INPUT_BUF];
snp = dev->si_drv1;
tp = snp->snp_tty;