From owner-cvs-all Tue May 14 16:24:36 2002 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 3E64B37B407; Tue, 14 May 2002 16:24:28 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ENOSY89891; Tue, 14 May 2002 16:24:28 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205142324.g4ENOSY89891@freefall.freebsd.org> From: Ian Dowse Date: Tue, 14 May 2002 16:24:28 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/14 16:24:28 PDT Modified files: sbin/mountd mountd.c Log: Use fgetln to remove the static limit on the length of lines in /etc/exports. Oversized lines were unlikely due to the large 10k limit, but any found would cause mountd to exit with an error. Also fix one or two compiler warnings. Revision Changes Path 1.63 +16 -15 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message