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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"