diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-02-28 10:17:29 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-02-28 10:17:29 +0000 |
| commit | 1ba87f5fbd87287aa7a3e07921c66b5714f4302e (patch) | |
| tree | aa1272ba7691f3a40a3810052927a18cf3da9ff9 | |
| parent | 58c1412c7b27a204f104aae23336987e13bdb5a2 (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_opt.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/kern/kern_opt.c b/sys/kern/kern_opt.c index 08b04b22af59..fd58310c4bb4 100644 --- a/sys/kern/kern_opt.c +++ b/sys/kern/kern_opt.c @@ -23,19 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: kern_opt.c,v 1.4 1997/02/28 10:14:24 bde Exp $ */ #include "opt_defunct.h" -#ifdef ARP_PROXYALL -#warning "obsolete option ARP_PROXYALL - use `sysctl -w net.link.ether.inet.proxyall=1'" -#endif - -#ifdef CHILD_MAX -#warning "obsolete option CHILD_MAX - use /etc/login.conf" -#endif - #ifdef EXTRAVNODES #warning "obsolete option EXTRAVNODES - use `sysctl -w kern.maxvnodes=value'" #endif @@ -43,7 +35,3 @@ #ifdef GATEWAY #warning "obsolete option GATEWAY - use `sysctl -w net.inet.ip.forwarding=1'" #endif - -#ifdef OPEN_MAX -#warning "obsolete option OPEN_MAX - use /etc/login.conf" -#endif |
