From owner-cvs-src@FreeBSD.ORG Sat Aug 7 14:37:49 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3FB16A4CE; Sat, 7 Aug 2004 14:37:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A116E43D46; Sat, 7 Aug 2004 14:37:49 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i77EbnDk063967; Sat, 7 Aug 2004 14:37:49 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i77Ebn1A063966; Sat, 7 Aug 2004 14:37:49 GMT (envelope-from le) Message-Id: <200408071437.i77Ebn1A063966@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 7 Aug 2004 14:37:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pciconf pciconf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 14:37:49 -0000 le 2004-08-07 14:37:49 UTC FreeBSD src repository Modified files: usr.sbin/pciconf pciconf.c Log: Fix syntax error introduced in the last commit. Additionally, since this file is written in C and not in Perl, we need 'continue' instead of 'next'. Revision Changes Path 1.22 +2 -2 src/usr.sbin/pciconf/pciconf.c