svn commit: r206056 - head/contrib/top
Bruce Cran
brucec at FreeBSD.org
Thu Apr 1 21:20:20 UTC 2010
Author: brucec
Date: Thu Apr 1 21:20:19 2010
New Revision: 206056
URL: http://svn.freebsd.org/changeset/base/206056
Log:
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)
Modified:
head/contrib/top/utils.h
Modified: head/contrib/top/utils.h
==============================================================================
--- head/contrib/top/utils.h Thu Apr 1 20:23:43 2010 (r206055)
+++ head/contrib/top/utils.h Thu Apr 1 21:20:19 2010 (r206056)
@@ -21,4 +21,4 @@ long percentages();
char *errmsg();
char *format_time();
char *format_k();
-char *format_k2();
+char *format_k2(unsigned long long);
More information about the svn-src-head
mailing list