Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 1997 06:15:36 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/mountd mountd.c
Message-ID:  <199704011415.GAA03195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704011415.GAA03195>