summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_swap_encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/uvm/uvm_swap_encrypt.h')
-rw-r--r--sys/uvm/uvm_swap_encrypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_swap_encrypt.h b/sys/uvm/uvm_swap_encrypt.h
index 101420527a9..3545ae02be5 100644
--- a/sys/uvm/uvm_swap_encrypt.h
+++ b/sys/uvm/uvm_swap_encrypt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_swap_encrypt.h,v 1.8 2009/03/23 22:07:41 oga Exp $ */
+/* $OpenBSD: uvm_swap_encrypt.h,v 1.9 2009/03/23 22:10:04 oga Exp $ */
/*
* Copyright 1999 Niels Provos <provos@citi.umich.edu>
@@ -68,7 +68,7 @@ extern u_int uvm_swpkeyscreated;
arc4random_buf((x)->key,\
sizeof((x)->key)); \
uvm_swpkeyscreated++; \
- } \
+ } \
(x)->refcount++; \
} while(0);