From owner-cvs-sbin Tue Apr 1 06:15:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA03202 for cvs-sbin-outgoing; Tue, 1 Apr 1997 06:15:38 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA03195; Tue, 1 Apr 1997 06:15:36 -0800 (PST) Date: Tue, 1 Apr 1997 06:15:36 -0800 (PST) From: Bruce Evans Message-Id: <199704011415.GAA03195@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/01 06:15:34 Modified: sbin/mountd mountd.c Log: Don't fail when the vfs.nfs.nfs_privport sysctl doesn't exist (presumably because the kernel is old). Moved the declaration of a variable realated to this sysctl outside of an unrelated ifdef. Not fixed: - this sysctl is badly named (nfs occurs twice). - it's silly to have for FreeBSD in FreeBSD code, especially when only half of the FreeBSD-dependent code is ifdefed. Revision Changes Path 1.17 +4 -4 src/sbin/mountd/mountd.c