On Thu, 1 Jun 2006, Jung-uk Kim wrote:

On Saturday 27 May 2006 02:27 pm, Kirill Ponomarew wrote:
krion       2006-05-27 18:27:41 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         find.1 function.c
  Log:
  Add the capability for a trailing scale indicator to cause the
  specified size to be read in the more familiar units of
kilobytes, megabytes, gigabytes, terabytes and petabytes.

off_t may not be long long.  I think you should do something like the
attached patch and you may just remove the comments.

These names are wrong anyway.
What you have are 2^10^{1,2,3,4,5} and that is
{kibi,mebi,gibi,tebi,pebi}bytes [1].

[1] http://physics.nist.gov/cuu/Units/binary.html

--
Bjoern A. Zeeb                          bzeeb at Zabbadoz dot NeT
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to