]> git.ipfire.org Git - thirdparty/iproute2.git/commit
fix dependency on sizeof(__u64) == sizeof(unsigned long long)
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Feb 2013 16:51:46 +0000 (08:51 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Feb 2013 16:51:46 +0000 (08:51 -0800)
commita55a8fd83be9d91bd2adb73eebac8833a51b626f
treef5dac7702a317008d06e5e11a5e286b9515d1b21
parent609106d3af62256752f97cadca620ec84b6784da
fix dependency on sizeof(__u64) == sizeof(unsigned long long)

Some platforms like ppc64 have unsigned long long as 128 bits, and
the printf format string would cause errors. Resolve this by using
unsigned long long where necessary (or unsigned long).
ip/ipntable.c
ip/tcp_metrics.c