From owner-cvs-sys Mon Feb 17 20:58:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA16811 for cvs-sys-outgoing; Mon, 17 Feb 1997 20:58:18 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA16804; Mon, 17 Feb 1997 20:58:16 -0800 (PST) Date: Mon, 17 Feb 1997 20:58:16 -0800 (PST) From: Bruce Evans Message-Id: <199702180458.UAA16804@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_init.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/17 20:58:16 Modified: sys/kern vfs_init.c Log: Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that the old VFS_VFSCONF sysctl is enabled by default. Initialize the vfc_vfsops field to non-NULL in sysctl_ovfs_conf() so that the old VFS_VFSCONF sysctl actually works. The old (still current) getvfsent.c uses this "kernel-only" field to decide which vfs's are configured (the old implementation returned null entries for unconfigured vfs's). Revision Changes Path 1.23 +3 -3 src/sys/kern/vfs_init.c