]> granicus.if.org Git - strace/commit
* system.c (sram_alloc_flag): Add L2_SRAM constant.
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 23 Mar 2009 13:12:46 +0000 (13:12 +0000)
committerDenys Vlasenko <dvlasenk@redhat.com>
Mon, 23 Mar 2009 13:12:46 +0000 (13:12 +0000)
commit132c52a5ccf7b12a44a617f06c97d3f4344a4421
tree0632b3f1e41b65008ed6429af9ac1e0ceb0745d4
parent39fa62802071eac3ce9aaf70568d75340db85346
* system.c (sram_alloc_flag): Add L2_SRAM constant.
by Mike Frysinger (vapier AT gentoo.org).
(sys_sram_alloc): Fix improperly used %zu:
tcp->u_arg is not a size_t, it is a long.
* net.c (printcmsghdr): Fix improperly used %zu:
struct cmsghdr::cmsg_len is not a size_t.
ChangeLog
net.c
system.c