summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/dummynet.c
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-04-19 14:34:44 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-04-19 14:34:44 +0000
commit9e69ae693d6fdbdb4278ec49ab30c64f73954d40 (patch)
treef7268746469050d06dd21bb7aa608c23398dbb83 /sbin/ipfw/dummynet.c
parentea377e0111a4012e67abb55b9df78ea362f84367 (diff)
downloadFreeBSD-src-9e69ae693d6fdbdb4278ec49ab30c64f73954d40.zip
FreeBSD-src-9e69ae693d6fdbdb4278ec49ab30c64f73954d40.tar.gz
Fix brokenness in top on big-endian 32-bit systems introduced when
changing format_k2 to take a long long. Because itoa is defined as a K&R C function, without prototyping its arguments, format_k2 passed a 64-bit value, but itoa() received only the first word, showing '0' in all memory fields.
Diffstat (limited to 'sbin/ipfw/dummynet.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud