don't prototype Debugger() here, including <sys/sytm.h> is enough

This commit is contained in:
jdolecek 1999-11-22 19:05:32 +00:00
parent 5b50e62cbb
commit 5d1658a740
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kgdb_machdep.c,v 1.3 1998/02/05 04:57:37 gwr Exp $ */
/* $NetBSD: kgdb_machdep.c,v 1.4 1999/11/22 19:05:32 jdolecek Exp $ */
/*
* Copyright (c) 1990, 1993
@ -52,8 +52,6 @@
#include <sys/systm.h>
#include <sys/kgdb.h>
extern void Debugger __P((void));
/*
* Determine if the memory at va..(va+len) is valid.
*/