]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
ipaddress: cleanup code for link stats64
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 22 Feb 2012 01:18:59 +0000 (17:18 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 22 Feb 2012 01:18:59 +0000 (17:18 -0800)
commite6e6fb5c6a4f12112d41c6f4a3de1002f7fc3d4f
treebdbd7529f4f7a088d6fef9b50260266dfe1667b9
parent0df7db3cf431d88953cda6220e76ece39bd0c344
ipaddress: cleanup code for link stats64

On 64 bit platform, casting to unsigned long long is unnecessary.
Use inttypes.h and stdtypes.h to resolve it.
ip/ipaddress.c