]> gitweb.michael.orlitzky.com - apply-default-acl.git/commit
Eliminate the one remaining use of is_directory().
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 01:11:54 +0000 (20:11 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 19:10:28 +0000 (14:10 -0500)
commit1be99786d05f3a7a75a17badae7b42491442a17a
treeaefe4d7930c96773ac185e60d259ef911a10086d
parent6ac6902a55f6fd0427373db4d6dd5eedb6e330df
Eliminate the one remaining use of is_directory().

The is_directory() function was called once, in a place where we
already had access to its argument's stat structure. Instead, we now
just use S_ISDIR, and the is_directory() function has met its end.
src/apply-default-acl.c