peter       2008-01-18 22:09:44 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/vmstat       vmstat.c 
  Log:
  Fix some boolean logic errors.  && vs & and other sillyness.  *blush*
  This would prevent it from skipping non-present cpus in -P output.
  
  Submitted by:  Pieter de Goeje <pieter at degoeje.nl>
  
  Revision  Changes    Path
  1.100     +3 -3      src/usr.bin/vmstat/vmstat.c