Date: Tue, 14 Feb 2006 09:33:51 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat vmstat.c Message-ID: <200602140933.k1E9Xp9S081352@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde         2006-02-14 09:33:51 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/systat       vmstat.c 
  Log:
  Oops, the "excessive" {} removed in the previous commit was needed
  around PUTRATE() because PUTRATE() only looked like a function -- it was
  multiple statements.  Use "do {...} while(0)" as usual in PUTRATE() so
  that it is a single statement that can be used like a function.
  
  Revision  Changes    Path
  1.64      +3 -1      src/usr.bin/systat/vmstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602140933.k1E9Xp9S081352>
