Fixed EXTRAVNODES ifdef.

Updated warnings about obsolete options.
This commit is contained in:
Bruce Evans 1997-01-27 12:48:15 +00:00
parent b3c5c18d36
commit 30c8c5e8fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22040

View File

@ -1,10 +1,10 @@
#include "opt_defunct.h"
#ifdef CHILD_MAX
#warning "obsolete option CHILD_MAX - rename it to PROC0_RLIMIT_NPROC"
#warning "obsolete option CHILD_MAX - use /etc/login.conf"
#endif
#ifdef GATEWAY
#ifdef EXTRAVNODES
#warning "obsolete option EXTRAVNODES - use `sysctl -w kern.maxvnodes=value'"
#endif
@ -13,5 +13,5 @@
#endif
#ifdef OPEN_MAX
#warning "obsolete option OPEN_MAX - rename it to PROC0_RLIMIT_NOFILE"
#warning "obsolete option OPEN_MAX - use /etc/login.conf"
#endif