diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 07:35:44 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 07:35:44 +0000 |
commit | 832a91320a5723dc06b1cf25dfea92a78db07fa1 (patch) | |
tree | 65ee89f2b7ce2f5c410cc8ba5a7f79899afeb1b4 /sys/arch/mvme88k/ddb/db_interface.c | |
parent | 5b89a7115bd3714bafb0dccae0ac9c36916a020e (diff) |
rename m882xx.h to m8820x.h
Diffstat (limited to 'sys/arch/mvme88k/ddb/db_interface.c')
-rw-r--r-- | sys/arch/mvme88k/ddb/db_interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/ddb/db_interface.c b/sys/arch/mvme88k/ddb/db_interface.c index 91e6778373d..c6e3d68653d 100644 --- a/sys/arch/mvme88k/ddb/db_interface.c +++ b/sys/arch/mvme88k/ddb/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.21 2001/12/16 23:49:46 miod Exp $ */ +/* $OpenBSD: db_interface.c,v 1.22 2001/12/22 07:35:43 smurph Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -37,7 +37,7 @@ #include <uvm/uvm_extern.h> -#include <machine/m882xx.h> /* CMMU defs */ +#include <machine/m8820x.h> /* CMMU defs */ #include <machine/trap.h> /* current_thread() */ #include <machine/db_machdep.h> /* local ddb stuff */ #include <machine/bugio.h> /* bug routines */ |