From 22aed7530e94dac3b339b664e67ea90b9f7c39d4 Mon Sep 17 00:00:00 2001 From: todd Date: Thu, 6 Apr 2000 20:05:39 +0000 Subject: [PATCH] in the heat of the night... --- sys/arch/hppa/hppa/autoconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c index 7db2f1dfd91..d7c1b7032a7 100644 --- a/sys/arch/hppa/hppa/autoconf.c +++ b/sys/arch/hppa/hppa/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.9 2000/03/30 16:33:27 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.10 2000/04/06 20:05:39 todd Exp $ */ /* * Copyright (c) 1998-2000 Michael Shalayeff @@ -107,7 +107,7 @@ configure() #ifdef USELEDS timeout_set(&heartbeat_tmo, heartbeat, NULL); - heatbeat(NULL); + heartbeat(NULL); #endif } -- 2.20.1