diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-01-04 21:13:23 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-01-04 21:13:23 +0000 |
| commit | 0e41ee3037a553b4cd7673887fe31fb51150d3be (patch) | |
| tree | 334713baaeaaaca13f522ab35fdd0c97996ced19 /sys/kern/subr_clist.c | |
| parent | 22482bab926bdbbad415e5211d6a60948ca9dff0 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_clist.c')
| -rw-r--r-- | sys/kern/subr_clist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index c0fb632d853f..ff44c3d249a8 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> |
