summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-07-30 22:29:46 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-07-30 22:29:46 +0000
commitf78a6faa6073c66b75bff990cb537b32886e97f9 (patch)
treec94f41c3c81992732e01792b20e20bbe1538d787 /sys/arch/hppa
parentcf38e0980c3b2ceb82b373d132cf3afba22c4188 (diff)
an absolute cure for an inherited arrhythmia w/ uninitialized variable
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/autoconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c
index 30409cc1496..18bf364979b 100644
--- a/sys/arch/hppa/hppa/autoconf.c
+++ b/sys/arch/hppa/hppa/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.34 2003/07/30 21:18:09 mickey Exp $ */
+/* $OpenBSD: autoconf.c,v 1.35 2003/07/30 22:29:45 mickey Exp $ */
/*
* Copyright (c) 1998-2003 Michael Shalayeff
@@ -152,6 +152,7 @@ heartbeat(v)
* _| |_| |_,_,_,_
* 0 1 2 3 4 6 7
*/
+ toggle = 0;
if (hbcnt++ < 8 && hbcnt & 1)
toggle = PALED_HEARTBEAT;
hbcnt &= 15;