]> granicus.if.org Git - strace/commit
Remove recently introduced use of ULONG_MAX
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 1 May 2012 20:30:02 +0000 (20:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 1 May 2012 20:30:02 +0000 (20:30 +0000)
commit043b5f81429412cf23d578d1dc2b45107a8352e5
tree220eb3c87aac86fc51df80052d4ae7acc4762387
parent3efa7c7f1be0f54e0656de5cb4a5f4c39db10150
Remove recently introduced use of ULONG_MAX

* io.c: Remove limits.h inclusion.
(tprint_iov): Use "(unsigned long) -1L" instead of "ULONG_MAX".
* net.c: Remove limits.h inclusion.
(printmmsghdr, sys_sendmsg): Use "(unsigned long) -1L" instead of
"ULONG_MAX".
io.c
net.c