diff options
author | 2011-04-06 11:17:32 +0000 | |
---|---|---|
committer | 2011-04-06 11:17:32 +0000 | |
commit | 4775da6cfbf19a6c7a533db46c8fefa299a70089 (patch) | |
tree | 1a8dec8d238ad90c89acd62aa3b26e3e92302bab | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-4775da6cfbf19a6c7a533db46c8fefa299a70089.tar.xz wireguard-openbsd-4775da6cfbf19a6c7a533db46c8fefa299a70089.zip |
POOL_DEBUG has nothing to do with portalfs
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 7a67d937224..842ce5ff815 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.174 2011/04/05 18:51:25 thib Exp $ +# $OpenBSD: GENERIC,v 1.175 2011/04/06 11:17:32 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -17,7 +17,7 @@ option KMEMSTATS # collect malloc(9) statistics option PTRACE # ptrace(2) system call #option KVA_GUARDPAGES # slow virtual address recycling (+ guarding) -#option POOL_DEBUG # pool corruption detection +option POOL_DEBUG # pool corruption detection #option VFSDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |