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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to