]> Savannah Git Hosting - gnulib.git/commit
acl, qacl: split off shared functions into separate object file
authorAndreas Gruenbacher <andreas.gruenbacher@gmail.com>
Sun, 12 Apr 2015 14:36:36 +0000 (16:36 +0200)
committerPádraig Brady <P@draigBrady.com>
Wed, 15 Apr 2015 17:30:20 +0000 (18:30 +0100)
commita09a0344e3282d8b4a927916cf117ba5c1472bdd
treeb43ebaaf1ea76b98aeb8de8befd41de05d0414b2
parent6c4ac1b6651dd4d19abf1f3f758cd569b96ee968
acl, qacl: split off shared functions into separate object file

Some of the helper functions in file-has-acl.c are used from qcopy-acl.c while
file_has_acl() isn't needed there.  Split the shared functions off into
acl-internal.c.

* lib/file-has-acl.c: Remove helper functions here.
* lib/acl-internal.c: Add helper functions here.
* modules/qacl: Use acl-internal.c instead of file-has-acl.c here.
* modules/acl: Add file-has-acl.c now that qacl doesn't use it anymore.
lib/acl-internal.c [new file with mode: 0644]
lib/file-has-acl.c
modules/acl
modules/qacl