mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/acl-internal.h: Include stdint.h. (SIZE_MAX): Remove definition. * lib/file-has-acl.c: Don't include stdint.h again. * modules/acl-permissions (Depends-on): Add stdint-h. * modules/file-has-acl (Depends-on): Likewise.
41 lines
497 B
Plaintext
41 lines
497 B
Plaintext
Description:
|
|
Access control lists of files. (Unportable.)
|
|
|
|
Files:
|
|
lib/acl.h
|
|
lib/acl-internal.h
|
|
lib/acl-errno-valid.c
|
|
lib/acl_entries.c
|
|
lib/acl-internal.c
|
|
lib/get-permissions.c
|
|
lib/set-permissions.c
|
|
m4/acl.m4
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
fstat
|
|
minmax
|
|
stat
|
|
bool
|
|
sys_stat-h
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
gl_FUNC_ACL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += acl-errno-valid.c acl-internal.c \
|
|
get-permissions.c set-permissions.c
|
|
|
|
Include:
|
|
"acl.h"
|
|
|
|
Link:
|
|
$(LIB_ACL)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|