summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-27 12:39:09 +0000
committerbde <bde@FreeBSD.org>1997-01-27 12:39:09 +0000
commit7062f0e1f9e5004d312ac0c8af701076b8f3b917 (patch)
treea90e3fc0c78a7a8eb90c0a581690875e7875beed /sys
parent3bb1d892ad169724d0b8d2e625f0a622a51d00b5 (diff)
downloadFreeBSD-src-7062f0e1f9e5004d312ac0c8af701076b8f3b917.zip
FreeBSD-src-7062f0e1f9e5004d312ac0c8af701076b8f3b917.tar.gz
Removed bogus options CHILD_MAX and OPEN_MAX.
Put obsolete GATEWAY option back in opt_defunct.h. It's the only significant option that has gone away since 2.1.6, so warning about it might be useful.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 9f4add6..6845690 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -73,12 +73,13 @@ SCSI_NCR_MAX_WIDE opt_ncr.h
SCSI_NCR_MYADDR opt_ncr.h
# Resource limits.
-DFLDSIZ opt_rlimit.h
-CHILD_MAX opt_rlimit.h
-MAXDSIZ opt_rlimit.h
-OPEN_MAX opt_rlimit.h
+CHILD_MAX opt_defunct.h
+DFLDSIZ opt_rlimit.h
+MAXDSIZ opt_rlimit.h
+OPEN_MAX opt_defunct.h
# Net stuff.
+GATEWAY opt_defunct.h
MROUTING opt_mrouting.h
IPFIREWALL opt_ipfw.h
IPFIREWALL_VERBOSE opt_ipfw.h
OpenPOWER on IntegriCloud