diff options
author | 1996-04-19 16:08:13 +0000 | |
---|---|---|
committer | 1996-04-19 16:08:13 +0000 | |
commit | 0c0430f8be50281c74d9dc83e99431ec6557954b (patch) | |
tree | afa225701d5d148fcc2f938d8b48ae7e0389ceef /sys/kern/subr_prf.c | |
parent | Fix a bit, so it's now compiles. (diff) | |
download | wireguard-openbsd-0c0430f8be50281c74d9dc83e99431ec6557954b.tar.xz wireguard-openbsd-0c0430f8be50281c74d9dc83e99431ec6557954b.zip |
NetBSD 960317 merge
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r-- | sys/kern/subr_prf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index d7a9745fb6d..f4124716cc0 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -1,4 +1,5 @@ -/* $NetBSD: subr_prf.c,v 1.21 1996/02/09 19:00:01 christos Exp $ */ +/* $OpenBSD: subr_prf.c,v 1.3 1996/04/19 16:09:03 niklas Exp $ */ +/* $NetBSD: subr_prf.c,v 1.22 1996/03/14 19:01:11 christos Exp $ */ /*- * Copyright (c) 1986, 1988, 1991, 1993 @@ -66,6 +67,9 @@ #ifdef KADB #include <machine/kdbparam.h> #endif +#ifdef KGDB +#include <machine/cpu.h> +#endif #define TOCONS 0x01 #define TOTTY 0x02 |