]> Savannah Git Hosting - gnulib.git/commit
file-has-acl: remove __gl_acl_alloc member
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Nov 2024 17:25:43 +0000 (09:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Nov 2024 19:45:02 +0000 (11:45 -0800)
commita44d8b6c280e55873aadc88354a353abc8eac188
tree6e4163a9482b2d8b5efc5a4d47bc70c7c3f761c7
parent0eb82479fb52a3efb16dab1e077b12522c63d7ef
file-has-acl: remove __gl_acl_alloc member

It may have been needed in earlier versions of this code,
but it is no longer needed.
* lib/acl.h (struct aclinfo): Remove __gl_acl_alloc.  All uses removed.
* lib/file-has-acl.c (get_aclinfo):
Use local, not the removed struct aclinfo slot.
ChangeLog
lib/acl.h
lib/file-has-acl.c