]> granicus.if.org Git - strace/commit
Move capget and capset parsers to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Dec 2014 20:30:15 +0000 (20:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 4 Dec 2014 02:21:41 +0000 (02:21 +0000)
commit5e7987b4a8314df9a6309a6f461ebbca6e0cb3ff
tree9b75522fcf2f471ddca6404ab71ecf32bba66679
parent172241be48acd731aee0116acabb72e59632f753
Move capget and capset parsers to a separate file

* capability.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* system.c: Move inclusion of headers and macro definitions related
to capget and capset decoding to capability.c.
(print_cap_header, print_cap_data, sys_capget, sys_capset): Move
to capability.c.
Makefile.am
capability.c [new file with mode: 0644]
system.c