(change_file_mode): Perform the chmod even if the
authorJim Meyering <jim@meyering.net>
Sat, 30 Sep 2000 09:39:41 +0000 (09:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 30 Sep 2000 09:39:41 +0000 (09:39 +0000)
commitf8e66794d9d9eec73710934d012ba8ccf5f0848e
treeb969045ab51a5fd65fa33227834617373dd440a6
parente2b45cb9fee871284cf3eb52f6152a6727e390ec
(change_file_mode): Perform the chmod even if the
file mode permission bits are the same as those that should be set.
Omitting the chmod call would be alright with minimal 1003.1e DS17
ACLs, but eventually there will be other permissions in addition to
rwx.  E.g., add and delete for directories, and something analogous
to NT's take ownership permission.
src/chmod.c