diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_clist.c | 3 | ||||
-rw-r--r-- | sys/kern/subr_prf.c | 4 | ||||
-rw-r--r-- | sys/kern/subr_trap.c | 3 | ||||
-rw-r--r-- | sys/kern/tty_subr.c | 3 | ||||
-rw-r--r-- | sys/kern/vfs_export.c | 3 | ||||
-rw-r--r-- | sys/kern/vfs_subr.c | 3 |
6 files changed, 13 insertions, 6 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index c0fb632..ff44c3d 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.c @@ -6,12 +6,13 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: tty_subr.c,v 1.19 1995/12/14 08:32:04 phk Exp $ + * $Id: tty_subr.c,v 1.20 1995/12/14 23:01:45 bde Exp $ */ /* * clist support routines */ +#include "opt_ddb.h" #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 83e6f09..79802ec 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * @(#)subr_prf.c 8.3 (Berkeley) 1/21/94 - * $Id: subr_prf.c,v 1.18 1995/08/24 12:54:11 davidg Exp $ + * $Id: subr_prf.c,v 1.19 1995/12/14 08:31:41 phk Exp $ */ +#include "opt_ddb.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/reboot.h> diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index d099d24..39afcdd 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.68 1995/12/19 14:47:41 davidg Exp $ + * $Id: trap.c,v 1.69 1996/01/03 21:41:36 wollman Exp $ */ /* @@ -43,6 +43,7 @@ */ #include "opt_ktrace.h" +#include "opt_ddb.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index c0fb632..ff44c3d 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -6,12 +6,13 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: tty_subr.c,v 1.19 1995/12/14 08:32:04 phk Exp $ + * $Id: tty_subr.c,v 1.20 1995/12/14 23:01:45 bde Exp $ */ /* * clist support routines */ +#include "opt_ddb.h" #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 19a7dc2..cd0c7247 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -36,12 +36,13 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.49 1995/12/17 21:23:19 phk Exp $ + * $Id: vfs_subr.c,v 1.50 1996/01/02 18:13:20 davidg Exp $ */ /* * External virtual filesystem routines */ +#include "opt_ddb.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 19a7dc2..cd0c7247 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,12 +36,13 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.49 1995/12/17 21:23:19 phk Exp $ + * $Id: vfs_subr.c,v 1.50 1996/01/02 18:13:20 davidg Exp $ */ /* * External virtual filesystem routines */ +#include "opt_ddb.h" #include <sys/param.h> #include <sys/systm.h> |