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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to