On Oct 19, 2006, at 3:10 AM, Havard Eidnes wrote:
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.
The sh5 port is wrong. It should be unsigned long in both the LP64 and the ILP32 case. E.g. sparc/sparc64 does this.
-- thorpej