From: jsg Date: Tue, 28 May 2024 12:31:24 +0000 (+0000) Subject: remove uvm_swpkeyexpire extern for var we never had X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=53e1f34cd1ffa39af019155ccfe435f14341d17c;p=openbsd remove uvm_swpkeyexpire extern for var we never had --- diff --git a/sys/uvm/uvm_swap_encrypt.h b/sys/uvm/uvm_swap_encrypt.h index cb3c00e98ce..35446133964 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.11 2024/05/12 09:27:13 jsg Exp $ */ +/* $OpenBSD: uvm_swap_encrypt.h,v 1.12 2024/05/28 12:31:24 jsg Exp $ */ /* * Copyright 1999 Niels Provos @@ -79,7 +79,6 @@ void swap_key_create(struct swap_key *); void swap_key_delete(struct swap_key *); extern int uvm_doswapencrypt; /* swapencrypt enabled/disabled */ -extern u_int uvm_swpkeyexpire; /* expiry time for keys (tR) */ extern int swap_encrypt_initialized; #endif /* _UVM_SWAP_ENCRYPT_H */