chiark / gitweb /
fs-util: introduce fchmod_and_chown()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Jun 2018 02:26:29 +0000 (11:26 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
The new function fchmod_and_chown() is almost same as chmod_and_chown()
except it takes file descriptor instead of file path.


No differences found