]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the formatting of the NICE column to a new function format_nice()
authorbde <bde@FreeBSD.org>
Thu, 4 May 2006 03:56:31 +0000 (03:56 +0000)
committerbde <bde@FreeBSD.org>
Thu, 4 May 2006 03:56:31 +0000 (03:56 +0000)
commitc729a35120b54eabc514263fc466c2bf47b8e837
tree63848bdeb82b0d0ae28394c5f2d187520bee26c0
parent22a2f7851bc06a12021172e38fcf829f6274bf90
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.
usr.bin/top/machine.c