]> granicus.if.org Git - strace/commit
dumpiov_upto: change size types from unsigned long to kernel_ureg_t
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 00:53:52 +0000 (00:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Dec 2016 11:32:45 +0000 (11:32 +0000)
commit0601cf5939831f2924516201503b656cde881e73
treef90b1b800e18be02942f2e5806b6303de3835f4e
parent27cc81d61f8fc43a6473cf9b639b5a3182e59898
dumpiov_upto: change size types from unsigned long to kernel_ureg_t

* defs.h (dumpiov_upto): Change data_size argument type
from unsigned long to kernel_ureg_t.
* util.c (dumpiov_upto): Change the type of data_size argument
and iov_len variable from unsigned long to kernel_ureg_t.
defs.h
util.c