K 10 svn:author V 3 dfr K 8 svn:date V 27 1998-12-27T18:03:29.000000Z K 7 svn:log V 304 Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the last cleanup. Since the oid_arg2 field of struct sysctl_oid is not wide enough to hold a long, the SYSCTL_LONG() macro has been modified to only support exporting long variables by pointer instead of by value. Reviewed by: bde END