Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2010 16:54:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/config mkmakefile.c
Message-ID:  <201006131654.o5DGsVHT039773@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006131654.o5DGsVHT039773>