Date: Thu, 4 May 2006 03:56:31 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/top machine.c Message-ID: <200605040356.k443uV0A096183@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605040356.k443uV0A096183>