]> granicus.if.org Git - strace/commit
block.c: change type of long long fileds to int64_t
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 19 Dec 2016 15:59:47 +0000 (15:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 19 Dec 2016 19:58:16 +0000 (19:58 +0000)
commit201fd3c185a931e979103200e3c96b5331b01b27
tree3851da7bf9e9ff5b90aa976bbfd6e6254d2c7384
parent1fe5d9bed56009091dcdec69e0054921de602687
block.c: change type of long long fileds to int64_t

* block.c (struct_blkpg_partition): Change type of start and length
fields from long long to int64_t.
(print_blkpg_req): Print them using PRId64 format.
block.c