Subject: Re: CVS commit: src/common/lib/libprop
To: None <martin@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 10/18/2006 09:45:56
On Oct 18, 2006, at 7:49 AM, Martin Husemann wrote:
>
> Module Name: src
> Committed By: martin
> Date: Wed Oct 18 14:49:21 UTC 2006
>
> Modified Files:
> src/common/lib/libprop: prop_dictionary.c prop_object.c
> prop_object_impl.h prop_string.c
>
> Log Message:
> Sprinkle a few size_t casts to avoid conversion warnings.
Please back these out -- we have fixed lint to not issue these bogus
warnings.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.13 -r1.14 src/common/lib/libprop/prop_dictionary.c
> cvs rdiff -r1.9 -r1.10 src/common/lib/libprop/prop_object.c \
> src/common/lib/libprop/prop_object_impl.h
> cvs rdiff -r1.4 -r1.5 src/common/lib/libprop/prop_string.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
-- thorpej