diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-06-13 22:41:23 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-06-13 22:41:23 +0000 |
commit | f96d2575ed0e9a926310c6a2305c393e4b600030 (patch) | |
tree | caace2e1f1e59832b662982593907ce8176711ef | |
parent | 71e9fd7b1ab1a0ffb8cf3c2ebb80c97ea3364b2e (diff) | |
download | FreeBSD-src-f96d2575ed0e9a926310c6a2305c393e4b600030.zip FreeBSD-src-f96d2575ed0e9a926310c6a2305c393e4b600030.tar.gz |
POSIX.1e capabilities aren't here yet, don't put an option for it
in the options file.
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 2a51b43..ead5091 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -115,7 +115,6 @@ _KPOSIX_PRIORITY_SCHEDULING opt_posix.h _KPOSIX_VERSION opt_posix.h # TrustedBSD and POSIX.1e Kernel Options -CAPABILITIES opt_cap.h # Do we want the config file compiled into the kernel? INCLUDE_CONFIG_FILE opt_config.h |