summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-11-10 14:27:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-11-10 14:27:33 +0100
commit664dcf4217c4fc08cc43c050419fea8181d81ef1 (patch)
tree3c32cb97cf513ce90cc8e0da561c94cf68090cb8 /astraceroute/Makefile
parent125b8ffe5a48f1daa65e54935ede55d843141f8f (diff)
netsniff-ng: nlmsg: Use correct pritnf format specifier for int
RTA_LEN is defined as an alias of RTA_PAYLOAD which is defined as: #define RTA_PAYLOAD(rta) ((int)((rta)->rta_len) - RTA_LENGTH(0)) Thus use the correct format specifier %d for int instead of %lu. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'astraceroute/Makefile')
0 files changed, 0 insertions, 0 deletions
e?h=nds-private-remove&id=6fe3faf86757eb7f078ff06b23b206f17dc4fb36'>tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-4/+53 2017-02-11tap: Tap character device creation/destroy APISainath Grandhi1-0/+3 2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi3-25/+25 2017-02-11tap: Refactoring macvtap.cSainath Grandhi1-0/+10 2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller