]> granicus.if.org Git - strace/commit
Merge adjacent printing operations in a few places
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2012 00:03:24 +0000 (02:03 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2012 00:03:24 +0000 (02:03 +0200)
commitd33e72a26d821f5132410bd27d741f58eef728c9
treebcb109135f76a9b65e8c922c62fc22f119af9a0e
parent318a273ea9248c363d8cbc3a053be2ef4adff902
Merge adjacent printing operations in a few places

* file.c (sys_readahead): Merge tprints() with following printllval().
(sys_ftruncate64): Likewise.
(sys_fadvise64): Likewise.
(sys_fadvise64_64): Likewise.
(sys_fallocate): Merge tprints() with following tprintf().

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
file.c