sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 32 and...
authoravz <a.arepo@gmail.com>
Sun, 26 Jun 2011 07:30:23 +0000 (00:30 -0700)
committerPaul Querna <pquerna@apache.org>
Thu, 7 Jul 2011 04:52:21 +0000 (21:52 -0700)
commitcc834555347c38dd07d798f2f28fda0937142baa
treecfaea8f4510d81beae769749af1e6437d5bc7ec2
parent3dbb3cdb6abcc3916ed6fa02e08e4759fc09cc6a
sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 32 and 64 bit systems. Closes #1233.
ChangeLog
src/platform_freebsd.cc