diff options
| author | 1996-04-21 22:14:33 +0000 | |
|---|---|---|
| committer | 1996-04-21 22:14:33 +0000 | |
| commit | d724e01ae4dac35949585b9083e28ff2ba35b0b5 (patch) | |
| tree | 37282f1ae947a4e9508b73ff86cad13f75eb9860 /sys/kern/subr_log.c | |
| parent | no need to remove limits.h; another workaround exists (diff) | |
| download | wireguard-openbsd-d724e01ae4dac35949585b9083e28ff2ba35b0b5.tar.xz wireguard-openbsd-d724e01ae4dac35949585b9083e28ff2ba35b0b5.zip | |
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) |
