From: todd Date: Thu, 6 Apr 2000 20:05:39 +0000 (+0000) Subject: in the heat of the night... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=22aed7530e94dac3b339b664e67ea90b9f7c39d4;p=openbsd in the heat of the night... --- 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 }