From owner-cvs-sys Fri May 10 21:40:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15916 for cvs-sys-outgoing; Fri, 10 May 1996 21:40:03 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15864 Fri, 10 May 1996 21:39:55 -0700 (PDT) Date: Fri, 10 May 1996 21:39:55 -0700 (PDT) From: Bruce Evans Message-Id: <199605110439.VAA15864@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/kern vfs_syscalls.c src/sys/conf options Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/05/10 21:39:54 Modified: sys/conf options sys/i386/conf options.i386 sys/kern vfs_syscalls.c Log: Hide options for emulators and static file systems in opt_dontuse.h. These options only apply at config time. Using them at compile time would break the corresponding lkms. Revision Changes Path 1.12 +17 -8 src/sys/conf/options 1.13 +5 -2 src/sys/i386/conf/options.i386 1.47 +2 -2 src/sys/kern/vfs_syscalls.c