diff options
author | jhb <jhb@FreeBSD.org> | 2002-06-07 14:33:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-06-07 14:33:23 +0000 |
commit | 8ad95afcab09a3075ac215eda21515396bc73c45 (patch) | |
tree | d00eaaaac357d9b509c372a302b7d51cb2d9d9d6 /sys/conf | |
parent | 3554dc136b9f40542caa69fe126493a7e83750e5 (diff) | |
download | FreeBSD-src-8ad95afcab09a3075ac215eda21515396bc73c45.zip FreeBSD-src-8ad95afcab09a3075ac215eda21515396bc73c45.tar.gz |
According to Bruce, this file shouldn't have comments to describe what
options do. Comments should be in NOTES and having the comments in two
places usually means that one place will just bitrot. Thus, remove the
comment for KTRACE_REQUEST_POOL from the previous revision.
Requested by: bde
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index b339496..f946987 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -77,7 +77,7 @@ GDB_REMOTE_CHAT opt_ddb.h NODEVFS opt_devfs.h HW_WDOG KTRACE -KTRACE_REQUEST_POOL opt_ktrace.h # Size of ktrace request pool +KTRACE_REQUEST_POOL opt_ktrace.h LIBICONV MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h |