summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prf.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 04:49:49 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 04:49:49 +0000
commitb61e35faf27549918f1230cc2ce84736dd843937 (patch)
tree30c8c327ade6c3964b6174515a7d4ac49fb5d480 /sys/kern/subr_prf.c
parentedcf27d64733b7c58c5e752241e2f00119bdc747 (diff)
remove old vm
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r--sys/kern/subr_prf.c6
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