From 0ba0c241a35e601c87d6b074c9aeb8715d9b33a9 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 9 Jan 1997 16:57:14 +0000 Subject: [PATCH] Oops, forgot to commit this; declare db_onpanic. (Thanks, Scott.) --- sys/sys/systm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/systm.h b/sys/sys/systm.h index d3706a025bad..9eb7aa76fcf7 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -1,4 +1,4 @@ -/* $NetBSD: systm.h,v 1.62 1996/11/18 05:18:04 jonathan Exp $ */ +/* $NetBSD: systm.h,v 1.63 1997/01/09 16:57:14 thorpej Exp $ */ /*- * Copyright (c) 1982, 1988, 1991, 1993 @@ -261,6 +261,7 @@ void kmstartup __P((void)); /* debugger entry points */ void Debugger __P((void)); /* in DDB only */ int read_symtab_from_file __P((struct proc *,struct vnode *,const char *)); +extern int db_onpanic; #endif /* DDB */ #endif /* !_SYS_SYSTM_H_ */