diff options
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_access.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_break.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_elf.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_examine.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_expr.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_input.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_lex.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_output.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_print.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_run.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_sym.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_trap.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_variables.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_watch.c | 3 | ||||
-rw-r--r-- | sys/ddb/db_write_cmd.c | 3 |
15 files changed, 15 insertions, 30 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 5d209e6d709..e58388b8205 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_access.c,v 1.11 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_access.c,v 1.12 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_access.c,v 1.8 1994/10/09 08:37:35 mycroft Exp $ */ /* @@ -31,7 +31,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <machine/db_machdep.h> /* type definitions */ #include <machine/endian.h> diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index 81fb3480773..1d5feafdbba 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_break.c,v 1.15 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_break.c,v 1.16 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_break.c,v 1.7 1996/03/30 22:30:03 christos Exp $ */ /* @@ -35,7 +35,6 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> /* type definitions */ diff --git a/sys/ddb/db_elf.c b/sys/ddb/db_elf.c index 0085b301c03..277488a80aa 100644 --- a/sys/ddb/db_elf.c +++ b/sys/ddb/db_elf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_elf.c,v 1.10 2014/03/16 20:31:46 guenther Exp $ */ +/* $OpenBSD: db_elf.c,v 1.11 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_elf.c,v 1.13 2000/07/07 21:55:18 jhawk Exp $ */ /*- @@ -34,7 +34,6 @@ #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/exec.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index be67d4ae873..eda9ccee248 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_examine.c,v 1.19 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_examine.c,v 1.20 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_examine.c,v 1.11 1996/03/30 22:30:07 christos Exp $ */ /* @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> /* type definitions */ diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 5c98e51e201..20c7d432c10 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_expr.c,v 1.10 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_expr.c,v 1.11 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_expr.c,v 1.5 1996/02/05 01:56:58 christos Exp $ */ /* @@ -31,7 +31,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index a43fea7da85..6889c07b861 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_input.c,v 1.12 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_input.c,v 1.13 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_input.c,v 1.7 1996/02/05 01:57:02 christos Exp $ */ /* @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index c5ac26be34e..49e34db6f6b 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_lex.c,v 1.10 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_lex.c,v 1.11 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_lex.c,v 1.8 1996/02/05 01:57:05 christos Exp $ */ /* @@ -35,7 +35,6 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index ee4eba41cf3..a6ae75af67f 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_output.c,v 1.27 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_output.c,v 1.28 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_output.c,v 1.13 1996/04/01 17:27:14 christos Exp $ */ /* @@ -31,7 +31,6 @@ * Printf and character output for debugger. */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/stdarg.h> #include <sys/systm.h> diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index f87f54f0926..0f459c72b6f 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_print.c,v 1.13 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_print.c,v 1.14 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_print.c,v 1.5 1996/02/05 01:57:11 christos Exp $ */ /* @@ -35,7 +35,6 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 8153e9e7ae4..4426753233b 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_run.c,v 1.23 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_run.c,v 1.24 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_run.c,v 1.8 1996/02/05 01:57:12 christos Exp $ */ /* @@ -35,7 +35,6 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 671c598c349..934fe22dce5 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.c,v 1.34 2014/03/16 20:31:46 guenther Exp $ */ +/* $OpenBSD: db_sym.c,v 1.35 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */ /* @@ -28,7 +28,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index bd3c73d08a3..0fb7d01ea3e 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_trap.c,v 1.17 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_trap.c,v 1.18 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_trap.c,v 1.9 1996/02/05 01:57:18 christos Exp $ */ /* @@ -34,7 +34,6 @@ * Trap entry point to kernel debugger. */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 69538ee216b..28d79da2359 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_variables.c,v 1.14 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_variables.c,v 1.15 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_variables.c,v 1.8 1996/02/05 01:57:19 christos Exp $ */ /* @@ -29,7 +29,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index e2988afe04f..5d777d60199 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_watch.c,v 1.11 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_watch.c,v 1.12 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_watch.c,v 1.9 1996/03/30 22:30:12 christos Exp $ */ /* @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index f1db795d971..b65edc593a3 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_write_cmd.c,v 1.12 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_write_cmd.c,v 1.13 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_write_cmd.c,v 1.6 1996/02/05 01:57:25 christos Exp $ */ /* @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> |