file.c: move chmod, fchmod, and fchmodat parsers to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 6 Dec 2014 03:53:16 +0000 (03:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 21:39:25 +0000 (21:39 +0000)
commitad5cf1e5ae0fa02a1e580a01c04745e5ff52522d
treed0b54009e15cc8636ca491a3518475c047660a9c
parent481e067836beff266969b60d4e0f33a8a6d4543a
file.c: move chmod, fchmod, and fchmodat parsers to a separate file

* chmod.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* file.c (sys_chmod, sys_fchmodat, sys_fchmod): Move to chmod.c.
Makefile.am
chmod.c [new file with mode: 0644]
file.c