diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:18:31 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:18:31 +0000 |
commit | 3674fcac57bf49172f97777704cd36088476acc0 (patch) | |
tree | 4db988076255bb6a79fdf9161c12978327b6b358 /sys/arch | |
parent | 20972dcf1b60c426a8003db5b83bb77c55b58f49 (diff) |
vm_extern.h no more
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/sun3/kgdb_stub.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sun3/sun3/kgdb_stub.c b/sys/arch/sun3/sun3/kgdb_stub.c index 289c12ddeaa..432be3fb19e 100644 --- a/sys/arch/sun3/sun3/kgdb_stub.c +++ b/sys/arch/sun3/sun3/kgdb_stub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kgdb_stub.c,v 1.5 1997/01/16 04:04:25 kstailey Exp $ */ +/* $OpenBSD: kgdb_stub.c,v 1.6 2001/08/12 20:18:30 mickey Exp $ */ /* $NetBSD: kgdb_stub.c,v 1.6 1996/10/23 16:30:48 gwr Exp $ */ /* @@ -53,7 +53,6 @@ #include <sys/systm.h> #include <vm/vm.h> -#include <vm/vm_extern.h> #include <machine/control.h> #include <machine/cpu.h> |