]> granicus.if.org Git - strace/commit
Fix printing of socklen argument of bind and sendto syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jul 2016 09:17:30 +0000 (09:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jul 2016 14:42:31 +0000 (14:42 +0000)
commit7acde9e99465c0dfdc95d4e6aad0ecd8157b5c06
tree65590ed1ed46f38e54c30eb604befb3af388f2e3
parent416e880a9118244f1e0e964e06e5183096b295c5
Fix printing of socklen argument of bind and sendto syscalls

* net.c (SYS_FUNC(bind)): Print 3rd syscall argument using %d format.
(SYS_FUNC(sendto)): Print 6th syscall argument using %d format.
net.c