summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-12-14 17:26:49 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-12-14 17:26:49 +0100
commitaec98a903f19ae408fe699ff0963b90990c46d83 (patch)
tree81e29db8121d293e50b8f91c214ed29160aadc8a /Misc
parentee487be879431b5babea11218bf42b2d6d20809f (diff)
astraceroute: Use proper type for ctx.sd_len
The sd_len member of struct ctx stores a copy of struct addrinfo member ai_addrlen which is of type socklen_t. Also it is used in a sendto() call which also expects a socklen_t. Adjust sd_len to be socklen_t too. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions
t/tools/perf/arch/x86/tests/arch-tests.c?id=54791b276b4000b307339f269d3bf7db877d536f'>54791b276b4000b307339f269d3bf7db877d536f (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller: "Several small bug fixes and tidies, along with a fix for non-resumable memory errors triggered by userspace" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc64: Handle PIO & MEM non-resumable errors. sparc64: Zero pages on allocation for mondo and error queues. sparc: Fixed typo in sstate.c. Replaced panicing with panicking sparc: use symbolic names for tsb indexing
Diffstat (limited to 'tools/perf/arch/x86/tests/arch-tests.c')