Subject: Re: CVS commit: src/lib/libutil
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 05/09/2004 23:57:26
In article <20040509232811.20E882DA1D@cvs.netbsd.org>,
Luke Mewburn <lukem@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	lukem
>Date:		Sun May  9 23:28:11 UTC 2004
>
>Modified Files:
>	src/lib/libutil: login_cap.c
>
>Log Message:
>sbsize should be parsed as R_CSIZE so that suffixes work correctly.
>Fix from Christian Biere in PR [lib/25504].
>
>(XXX: the R_CSIZE parsing should be changed to using strsuftollx(3))
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.17 -r1.18 src/lib/libutil/login_cap.c
>
>Please note that diffs are not public domain; they are subject to the
>copyright notices on the relevant files.
>

But sbsize is in bytes, not in kilo-bytes... Doesn't that need to be
handled specially?

christos