hg: bsd-port/bsd-port/jdk: . Make rlen a size_t rather than a int. This is the correct argument type
glewis at eyesbeyond.com
glewis at eyesbeyond.com
Mon Dec 13 00:57:34 PST 2010
Changeset: 3e3f95d3d951
Author: Greg Lewis <glewis at eyesbeyond.com>
Date: 2010-12-13 00:57 -0800
URL: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/3e3f95d3d951
. Make rlen a size_t rather than a int. This is the correct argument type
to pass to sysctl and fixes a crash on 64 bit architectures where size_t
is 64 bits rather than 32 bits.
! src/solaris/native/com/sun/management/UnixOperatingSystem_md.c
More information about the bsd-port-dev
mailing list