From owner-cvs-all Sun Nov 17 0:57:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A3F37B41E; Sun, 17 Nov 2002 00:57:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C68E43E6E; Sun, 17 Nov 2002 00:57:16 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH8sUmV051749; Sun, 17 Nov 2002 00:54:30 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH8sUQ3051748; Sun, 17 Nov 2002 00:54:30 -0800 (PST) Message-Id: <200211170854.gAH8sUQ3051748@repoman.freebsd.org> From: Doug Barton Date: Sun, 17 Nov 2002 00:54:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysconf.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 dougb 2002/11/17 00:54:30 PST Modified files: lib/libc/gen sysconf.c Log: goto break; != break; I've no idea if this is the right behavior for the library, but this at least fixes the build, and matches what seems to be alfred's intent in the commit message for 1.19. Revision Changes Path 1.20 +3 -3 src/lib/libc/gen/sysconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message