From owner-cvs-src-old@FreeBSD.ORG Sun Jun 13 16:54:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED2A10657C4 for ; Sun, 13 Jun 2010 16:54:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DE2358FC1B for ; Sun, 13 Jun 2010 16:54:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5DGsVT8039774 for ; Sun, 13 Jun 2010 16:54:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5DGsVHT039773 for cvs-src-old@freebsd.org; Sun, 13 Jun 2010 16:54:31 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201006131654.o5DGsVHT039773@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 13 Jun 2010 16:54:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config mkmakefile.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2010 16:54:32 -0000 imp 2010-06-13 16:54:11 UTC FreeBSD src repository Modified files: usr.sbin/config mkmakefile.c Log: SVN rev 209135 on 2010-06-13 16:54:11Z by imp style(9) fixes: o make cmd scoped to the whole do_rules function, since it really is scoped to the whole fucnion. Making it static was the wrong way to fix referencing it outside of the block in which it was declared (and conforms to the style of the rest of the file). o remove a couple of meaningless blank lines o properly wrap one line. Revision Changes Path 1.99 +3 -5 src/usr.sbin/config/mkmakefile.c