]> Savannah Git Hosting - gnulib.git/commit
set-permissions.c: adjust acl_from_mode's cpp guard
authorJim Meyering <meyering@fb.com>
Fri, 3 Jul 2015 21:58:19 +0000 (14:58 -0700)
committerJim Meyering <meyering@fb.com>
Sat, 4 Jul 2015 05:07:47 +0000 (22:07 -0700)
commit7a4daa4da64bc112b9745e5815fdb6698b2446f7
tree4d7f4a4033258fc304e17e45dcd5c921c5623c1c
parenta546dfff254122577214bdb75a76bff57d78046d
set-permissions.c: adjust acl_from_mode's cpp guard

* lib/set-permissions.c (acl_from_mode): Guard with #ifdef
directives identical to those guarding the sole use.
Otherwise, on some systems, we'd get a warning about
the function being defined but not used.
Also, filter through cppi to correct misleading indentation
of cpp directives.
ChangeLog
lib/set-permissions.c