Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/common/lib/libprop




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




Home | Main Index | Thread Index | Old Index