K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2007-06-04T18:02:23.000000Z K 7 svn:log V 270 Use common code for printing ints and longs by coppying the sysctl value into a variable of the right type and then printing it via an intmax_t. This makes avoids some duplication and makes it easy to add a new integer format Q for printing things of type CTLTYPE_QUAD. END