Subject: CVS commit: src/common/lib/libprop
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/19/2006 10:10:35
Module Name: src
Committed By: he
Date: Thu Oct 19 10:10:35 UTC 2006
Modified Files:
src/common/lib/libprop: prop_object.c
Log Message:
sysconf() returns long, which isn't neccessarily assignment-compatible
with size_t, as evidenced by sh5, so add an explicit cast.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/common/lib/libprop/prop_object.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.