Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2006 15:26:26 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/systat convtbl.c convtbl.h
Message-ID:  <200611271526.kARFQQ0K096627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-11-27 15:26:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/systat       convtbl.c convtbl.h 
  Log:
  Allow for large scale factors.  C99 warrants that
  ULLONG_MAX is not less than 2^64-1; and uintmax_t
  cannot be more narrow than unsigned long long.
  This allows for scale factors up to Exa inclusively.
  
  Use plain int for the scale index to be consistent
  with ifcmds.c and enum.
  
  Revision  Changes    Path
  1.8       +5 -5      src/usr.bin/systat/convtbl.c
  1.5       +6 -5      src/usr.bin/systat/convtbl.h



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