K 10 svn:author V 3 imp K 8 svn:date V 27 2003-05-02T17:38:08.000000Z K 7 svn:log V 208 sysctlbyname takes a size_t as its 5th argument, not a pointer. However, since NULL was used, and this is C++, this error went undetected until g++ 3.3 somehow managed to whine about it. Reported by: obrien END