]> git.ipfire.org Git - thirdparty/systemd.git/commit
copy: move sync_rights() to copy.c and rename copy_rights()
authorLennart Poettering <lennart@poettering.net>
Thu, 4 Mar 2021 17:52:10 +0000 (18:52 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 4 Mar 2021 22:35:52 +0000 (22:35 +0000)
commitbb72c434854f9f76f773edcb1f4b036372f5dc96
tree57c8336e6251f3a36db22cb0366a8e4d131a8cf7
parente1aec57dd19e875c4a06105716859213a875601a
copy: move sync_rights() to copy.c and rename copy_rights()

It's so similar to copy_access(), hence let's move it over and rename it
in similar style to the rest of the functions.

No change in behaviour, just moving things over.
src/basic/copy.c
src/basic/copy.h
src/basic/fileio.c
src/basic/fileio.h
src/firstboot/firstboot.c
src/sysusers/sysusers.c