Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2010 21:20:19 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206056 - head/contrib/top
Message-ID:  <201004012120.o31LKJLT048276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004012120.o31LKJLT048276>