cvs commit: src/usr.bin/find find.1 function.c
Jung-uk Kim
jkim at FreeBSD.org
Thu Jun 1 21:10:41 UTC 2006
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.
>
> PR: bin/50988
> Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk>
> MFC after: 7 days
>
> Revision Changes Path
> 1.77 +21 -2 src/usr.bin/find/find.1
> 1.58 +35 -3 src/usr.bin/find/function.c
off_t may not be long long. I think you should do something like the
attached patch and you may just remove the comments.
Thanks!
Jung-uk Kim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: find.diff
Type: text/x-diff
Size: 1079 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20060601/0fab67c2/find.bin
More information about the cvs-src
mailing list