]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
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)
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.


No differences found