From owner-cvs-all Tue Apr 17 15:25:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E132237B423; Tue, 17 Apr 2001 15:25:48 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HMPmx56612; Tue, 17 Apr 2001 15:25:48 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104172225.f3HMPmx56612@freefall.freebsd.org> From: Ian Dowse Date: Tue, 17 Apr 2001 15:25:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/17 15:25:48 PDT Modified files: sbin/mountd mountd.c Log: Various bugfixes and cleanups, mainly from Martin Blapp: - Revert del_mlist() to its pre-tirpc prototype. Unlike NetBSD's version, ours lets the caller generate any syslog() messages, so that it can include the service name in the message. - Initialise a few local variables to clarify the logic and avoid some compiler warnings. - Remove a few unused functions and local variables, and fix some whitespace issues. - Reinstate the logic for avoiding duplicate host entries that got removed accidentally in revision 1.41 (added in r1.5). This bit was submitted in a slightly different form by Thomas Quinot. Submitted by: Martin Blapp , Thomas Quinot PR: bin/26148 Revision Changes Path 1.45 +48 -69 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message