]> Kevux Git Server - fll/commit
Update: rename f_file_change_owner() to f_file_change_role().
authorKevin Day <thekevinday@gmail.com>
Sun, 26 Jul 2020 05:45:15 +0000 (00:45 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 26 Jul 2020 05:45:15 +0000 (00:45 -0500)
commit023572f6b915b6efdfc66ef1f1d914648cb09201
tree77c1bb543b796ca22f7da5a5fcdaa612a1ea9750
parentcb658e9f6c56a8460aae0eca2e92cfdd4d6414ed
Update: rename f_file_change_owner() to f_file_change_role().

Change owner implies changing the owner.
This is not strictly true, due to how the chown() and similar POSIX functions works.

Instead, these change owner and/or group.
To avoid confusion with thinking this function exclusively changes owner, use a completely different word.
The chosen word is "role".
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c