On Nov 12, 5:47pm, tsugutomo.en...@jp.sony.com (tsugutomo.en...@jp.sony.com)
wrote:
-- Subject: Re: CVS commit: src/bin/cat
| > Log Message:
| > Add an option to read with a different buffer size, and document the
| > buffer size we use. This allows us to cat -B 1000 /proc//map
> Log Message:
> Add an option to read with a different buffer size, and document the
> buffer size we use. This allows us to cat -B 1000 /proc//maps
> for example which cannot handle seeking.
How about to use strsuftoll instead of strtol?
enami.
In article <20121110173504.gc28...@snowdrop.l8s.co.uk>,
David Laight wrote:
>On Sat, Nov 10, 2012 at 11:18:41AM -0500, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Sat Nov 10 16:18:41 UTC 2012
>>
>> Modified Files:
>> src/bin/cat: cat.1
On Sat, Nov 10, 2012 at 11:18:41AM -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sat Nov 10 16:18:41 UTC 2012
>
> Modified Files:
> src/bin/cat: cat.1 cat.c
>
> Log Message:
> Add an option to read with a different buffer size, and document the
>