cvs commit: src/usr.bin/top machine.c

Bruce Evans bde at FreeBSD.org
Thu May 4 03:56:32 UTC 2006


bde         2006-05-04 03:56:31 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/top          machine.c 
  Log:
  Move the formatting of the NICE column to a new function format_nice()
  so that it can be more easily unbroken and extended.
  
  Try to use `static', `const' (as appropriate), prototypes declared together,
  and parameter names in prototypes for all private functions, not just the
  new one.
  
  Revision  Changes    Path
  1.76      +30 -20    src/usr.bin/top/machine.c


More information about the cvs-all mailing list