summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-07-13 03:47:36 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-07-13 03:47:36 +0000
commitc85d9ddd61e9d337a6b9178974262ab0828d7c1b (patch)
tree264792778fe0e3547ef05a7406e9b933eece8aaa /sys
parent0ec5411370ae2a05b8a91f32bcbf0e37625ef7db (diff)
since i blew up prev commit msg, here it is:
fix stash handling so it won't produce extra key at line start
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/stand/libsa/itecons.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/stand/libsa/itecons.c b/sys/arch/hppa/stand/libsa/itecons.c
index 842c2f5df35..6d328b0e9c6 100644
--- a/sys/arch/hppa/stand/libsa/itecons.c
+++ b/sys/arch/hppa/stand/libsa/itecons.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: itecons.c,v 1.3 1998/07/13 03:36:00 mickey Exp $ */
+/* $OpenBSD: itecons.c,v 1.4 1998/07/13 03:47:35 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -162,8 +162,7 @@ ite_getc(dev)
dev_t dev;
{
static int stash = 0;
- register int err;
- register int c, l;
+ register int err, c, l;
if (kyiodc == NULL)
return(0x100);