From owner-cvs-all Sat Sep 29 3:31:33 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 1B21737B40A; Sat, 29 Sep 2001 03:31:29 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8TAVTq05605; Sat, 29 Sep 2001 03:31:29 -0700 (PDT) (envelope-from iedowse) Message-Id: <200109291031.f8TAVTq05605@freefall.freebsd.org> From: Ian Dowse Date: Sat, 29 Sep 2001 03:31:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd readfile.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 2001/09/29 03:31:28 PDT Modified files: libexec/bootpd readfile.c Log: Missing `break' statements caused two error messages to become "unkown error" [sic]. Add the missing breaks, and correct the spelling typo. PR: bin/30865 Submitted by: Dan Lukes MFC after: 1 week Revision Changes Path 1.8 +4 -2 src/libexec/bootpd/readfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message