diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-07-02 15:52:26 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-07-02 15:52:26 +0000 |
commit | 69e67ecd4305f0a615def2aba28e863c419736d0 (patch) | |
tree | 59c7993d49adf8917469c84ef5a6ce88c1f20b27 /sys/conf/GENERIC | |
parent | 3cb9d2cc3561dba1595dc3e17043a99a4a03b7af (diff) |
rename VFSDEBUG to VFLCKDEBUG;
prompted by tedu@
Diffstat (limited to 'sys/conf/GENERIC')
-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 842ce5ff815..b67774150c9 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.175 2011/04/06 11:17:32 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.176 2011/07/02 15:52:25 thib Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -18,7 +18,7 @@ option PTRACE # ptrace(2) system call #option KVA_GUARDPAGES # slow virtual address recycling (+ guarding) option POOL_DEBUG # pool corruption detection -#option VFSDEBUG # VFS locking checks +#option VFSLCKDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |