diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-24 02:54:56 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-24 02:54:56 +0000 |
| commit | 7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 (patch) | |
| tree | 37324a07db4c415fcf6b7459dc8073aeb9355ca9 /sys/kern/subr_log.c | |
| parent | 7f4ba7135504dcc12d161978438219a68976f07c (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
| -rw-r--r-- | sys/kern/subr_log.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 1faa3fce2106..7ee1838e12f3 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -31,13 +31,15 @@ * SUCH DAMAGE. * * @(#)subr_log.c 8.1 (Berkeley) 6/10/93 - * $Id: subr_log.c,v 1.24 1997/09/16 11:43:30 bde Exp $ + * $Id: subr_log.c,v 1.25 1997/10/28 15:58:21 bde Exp $ */ /* * Error log buffer for kernel printf's. */ +#include "opt_devfs.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> |
