Use int64_t and %ll for CTLTYPE_QUAD nodes.
authorguenther <guenther@openbsd.org>
Sun, 14 Aug 2016 22:54:56 +0000 (22:54 +0000)
committerguenther <guenther@openbsd.org>
Sun, 14 Aug 2016 22:54:56 +0000 (22:54 +0000)
commitece71943d7d726a1c2b329496cf818a9835100c3
tree73196584929c708e468601721e6cd2f4524e2b60
parent2eed19721721e7deb6198b26700bad2cc33404a6
Use int64_t and %ll for CTLTYPE_QUAD nodes.
Use memcpy() instead of up-casting from char* to long long*

ok krw@
sbin/sysctl/sysctl.c