From a3f97980196e1801703114ec5d3f381c220cfa81 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 24 Nov 1998 15:05:53 +0000 Subject: [PATCH] Make compile with -DDEBUG --- sys/arch/atari/atari/machdep.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/atari/atari/machdep.c b/sys/arch/atari/atari/machdep.c index ca0a25ed2a3a..99f383d80a18 100644 --- a/sys/arch/atari/atari/machdep.c +++ b/sys/arch/atari/atari/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.72 1998/11/24 15:03:31 leo Exp $ */ +/* $NetBSD: machdep.c,v 1.73 1998/11/24 15:05:53 leo Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -1166,6 +1166,9 @@ int panicbutton = 1; /* non-zero if panic buttons are enabled */ int crashandburn = 0; int candbdelay = 50; /* give em half a second */ +void candbtimer __P((void)); + +void candbtimer() { crashandburn = 0;