commit | 769ffe979770673397dfaf5f826d463a5534f775 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Dec 06 03:53:16 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 11 21:38:51 2014 +0000 |
tree | fc75f646e52b676c4387c35771fded61034d6b65 | |
parent | 63f28dd197b4ee53b6c542fe423b12943855a045 [diff] |
file.c: move *xattr parsers to a separate file * xattr.c: New file. * Makefile.am (strace_SOURCES): Add it. * file.c: Move sys_setxattr, sys_fsetxattr, sys_getxattr, sys_fgetxattr, sys_listxattr, sys_flistxattr, sys_removexattr, sys_fremovexattr, and related code to xattr.c.