From owner-cvs-src-old@FreeBSD.ORG Thu Jul 15 22:34:50 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 6E7251065673 for ; Thu, 15 Jul 2010 22:34:50 +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 5CA628FC08 for ; Thu, 15 Jul 2010 22:34:50 +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 o6FMYoVa020607 for ; Thu, 15 Jul 2010 22:34:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6FMYoLX020606 for cvs-src-old@freebsd.org; Thu, 15 Jul 2010 22:34:50 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201007152234.o6FMYoLX020606@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 15 Jul 2010 22:34:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Thu, 15 Jul 2010 22:34:50 -0000 imp 2010-07-15 22:34:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/config mkmakefile.c Log: SVN rev 210145 on 2010-07-15 22:34:30Z by imp MFC: r209135 r209135 | imp | 2010-06-13 10:54:11 -0600 (Sun, 13 Jun 2010) | 9 lines 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.95.2.4 +5 -5 src/usr.sbin/config/mkmakefile.c