diff options
Diffstat (limited to 'sys/ddb/db_trap.c')
-rw-r--r-- | sys/ddb/db_trap.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 904fff2..be6f58e 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trap.c,v 1.7 1995/05/30 07:57:14 rgrimes Exp $ + * $Id: db_trap.c,v 1.8 1995/12/07 12:45:00 davidg Exp $ */ /* @@ -36,14 +36,13 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> + #include <vm/vm.h> -#include <vm/vm_param.h> + #include <ddb/ddb.h> #include <ddb/db_command.h> #include <ddb/db_break.h> - void db_trap(type, code) int type, code; |