Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 17:02:10 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/systat swap.c
Message-ID:  <200612231702.kBNH2Amg080222@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-12-23 17:02:09 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/systat       swap.c 
  Log:
  Improve style:
  - Don't define vars inside loops.
  - Avoid useless casts.
  - Use C idioms.
  - Do alike things in a consistent way.
  
  Revision  Changes    Path
  1.31      +6 -20     src/usr.bin/systat/swap.c



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