]> granicus.if.org Git - strace/commit
chmod.c: make use of RVAL_DECODED
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 20 Jul 2015 17:30:38 +0000 (17:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 20 Jul 2015 22:03:07 +0000 (22:03 +0000)
commita4d45720d03e5bad080af6c50db98bfae3649021
tree971eef77be92b549c21e67613ce7a870ab90bc56
parent10e407dfb3e1f0637a7a30483760c39e429e9a9b
chmod.c: make use of RVAL_DECODED

* chmod.c (decode_chmod): Change to return void.
(sys_chmod, sys_fchmodat): Update callers.  Update for RVAL_DECODED.
(sys_fchmod): Update for RVAL_DECODED.
chmod.c