diff options
author | 2001-06-27 04:49:40 +0000 | |
---|---|---|
committer | 2001-06-27 04:49:40 +0000 | |
commit | 636eb1092aad7ee44a83ea0cb1f71bba59f1bc3b (patch) | |
tree | e6ee56a9b825f9cb03d14120a30e769852fd9be0 /sys/kern/subr_prf.c | |
parent | tridge@samba.org (diff) | |
download | wireguard-openbsd-636eb1092aad7ee44a83ea0cb1f71bba59f1bc3b.tar.xz wireguard-openbsd-636eb1092aad7ee44a83ea0cb1f71bba59f1bc3b.zip |
remove old vm
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r-- | sys/kern/subr_prf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index b0b072c765e..cf2b0999813 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_prf.c,v 1.32 2001/06/22 14:14:09 deraadt Exp $ */ +/* $OpenBSD: subr_prf.c,v 1.33 2001/06/27 04:49:46 art Exp $ */ /* $NetBSD: subr_prf.c,v 1.45 1997/10/24 18:14:25 chuck Exp $ */ /*- @@ -73,7 +73,7 @@ #include <ddb/db_output.h> /* db_printf, db_putchar prototypes */ extern int db_radix; /* XXX: for non-standard '%r' format */ #endif -#if defined(UVM) && defined(UVM_SWAP_ENCRYPT) +#if defined(UVM_SWAP_ENCRYPT) extern int uvm_doswapencrypt; #endif @@ -192,7 +192,7 @@ panic(fmt, va_alist) va_list ap; bootopt = RB_AUTOBOOT | RB_DUMP; -#if defined(UVM) && defined(UVM_SWAP_ENCRYPT) +#if defined(UVM_SWAP_ENCRYPT) if (uvm_doswapencrypt) bootopt &= ~RB_DUMP; #endif |