diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-02 19:38:56 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-02 19:38:56 +0000 |
commit | 455d1983e8764c0949b892923117c63399cdedb5 (patch) | |
tree | 12f00626cd371f548174bd24633cbed074be5590 /sys/uvm/uvm_swap_encrypt.h | |
parent | 08164aa7b48cddaba444394214fd10fa49bf5cd9 (diff) |
inital -> initial
Diffstat (limited to 'sys/uvm/uvm_swap_encrypt.h')
-rw-r--r-- | sys/uvm/uvm_swap_encrypt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_swap_encrypt.h b/sys/uvm/uvm_swap_encrypt.h index 9a43dfb6fea..63d237062e2 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.6 2002/03/14 01:27:19 millert Exp $ */ +/* $OpenBSD: uvm_swap_encrypt.h,v 1.7 2002/07/02 19:38:55 nate Exp $ */ /* * Copyright 1999 Niels Provos <provos@citi.umich.edu> @@ -77,6 +77,6 @@ void swap_key_delete(struct swap_key *); extern int uvm_doswapencrypt; /* swapencrypt enabled/disabled */ extern int uvm_swprekeyprint; extern u_int uvm_swpkeyexpire; /* expiry time for keys (tR) */ -extern int swap_encrypt_initalized; +extern int swap_encrypt_initialized; #endif /* _UVM_SWAP_ENCRYPT_H */ |