Specify the parameter in the format_k2 prototype.

This fixes top on ARM, which assumes that format_k2 takes an int.

Approved by:	rrs (mentor)
This commit is contained in:
Rebecca Cran 2010-04-01 21:20:19 +00:00
parent 0295bbe76f
commit c4103be40d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206056

View file

@ -21,4 +21,4 @@ long percentages();
char *errmsg();
char *format_time();
char *format_k();
char *format_k2();
char *format_k2(unsigned long long);