diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-22 21:15:19 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-05-22 21:15:19 +0000 |
commit | 42166243fbb7fd8a7a10d91a132e5a9c05f6754c (patch) | |
tree | 7d4d078a196f488fe17b18971d9593e3ed0a9395 /sys | |
parent | 7203758c4bc78748356bfd7cd3b33650f69afb1b (diff) |
add option VFSDEBUG, disabled by default
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index b04dad6f1d1..01128e4d312 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.114 2005/03/30 07:41:30 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.115 2005/05/22 21:15:18 pedro Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -48,6 +48,7 @@ option TCP_SIGNATURE # TCP MD5 Signatures, for BGP routing sessions option NFSCLIENT # Network File System client option NFSSERVER # Network File System server +#option VFSDEBUG # VFS debugging option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system |