summaryrefslogtreecommitdiff
path: root/trafgen/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-03-15netsniff-ng trafgen: Find libnl-3.0 and libnl-genl-3.0 using pkg-configPeter Stuge1-2/+2
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+16
'submit' value='reload'/>
authorTobias Klauser <tklauser@distanz.ch>2016-10-18 11:22:54 +0200
committerDavid S. Miller <davem@davemloft.net>2016-10-18 10:34:27 -0400
commit7ab488951aa536d52feb3690d204a693edf4f433 (patch)
treef613aeee5cd85d15ee5f675c00cc5d8c2c053159 /net/ipv4/tcp_ipv4.c
parenta56177e18f2e44499a8bf5bc03dbe896dbec657d (diff)
tcp: Remove unused but set variable
Remove the unused but set variable icsk in listening_get_next to fix the following GCC warning when building with 'W=1': net/ipv4/tcp_ipv4.c: In function ‘listening_get_next’: net/ipv4/tcp_ipv4.c:1890:31: warning: variable ‘icsk’ set but not used [-Wunused-but-set-variable] Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')