diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
commit | 67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch) | |
tree | 967b89f6e07398a22bd8c76d30179b648776542d /sys/kern/subr_log.c | |
parent | ba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff) |
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/kern/subr_log.c')
-rw-r--r-- | sys/kern/subr_log.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index d676732a928..d874fe87a3f 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -1,5 +1,5 @@ -/* $OpenBSD: subr_log.c,v 1.2 1996/03/03 17:20:00 niklas Exp $ */ -/* $NetBSD: subr_log.c,v 1.10 1996/02/09 18:59:58 christos Exp $ */ +/* $OpenBSD: subr_log.c,v 1.3 1996/04/21 22:27:17 deraadt Exp $ */ +/* $NetBSD: subr_log.c,v 1.11 1996/03/30 22:24:44 christos Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -49,8 +49,7 @@ #include <sys/file.h> #include <sys/signalvar.h> #include <sys/syslog.h> - -#include <kern/kern_conf.h> +#include <sys/conf.h> #define LOG_RDPRI (PZERO + 1) |