]> granicus.if.org Git - strace/commit
poll: change counter type from unsigned long to unsigned int
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 22 Dec 2016 17:59:19 +0000 (17:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 23 Dec 2016 19:26:58 +0000 (19:26 +0000)
commitb89258dcdd74b198bef41d550ac487878e5710d2
treeb0ecdd200fda72d9f546ba03fd99358eca7c641e
parent8dbcedef30b1eb60267ba4d7ea7c3f0218dcf299
poll: change counter type from unsigned long to unsigned int

* poll.c (decode_poll_exiting): Change the type of printed and
max_printed counters from unsigned long to unsigned int.
poll.c