cvs commit: src/usr.bin/systat vmstat.c

Bruce Evans bde at FreeBSD.org
Tue Feb 14 01:33:52 PST 2006


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


More information about the cvs-all mailing list