mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +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.
44 lines
451 B
Plaintext
44 lines
451 B
Plaintext
Description:
|
|
Whether a file has an ACL.
|
|
|
|
Files:
|
|
lib/acl-internal.h
|
|
lib/file-has-acl.c
|
|
m4/acl.m4
|
|
m4/selinux-selinux-h.m4
|
|
|
|
Depends-on:
|
|
acl-permissions
|
|
assert-h
|
|
attribute
|
|
dirent-h
|
|
errno-h
|
|
extern-inline
|
|
minmax
|
|
free-posix
|
|
limits-h
|
|
stdint-h
|
|
malloc-posix
|
|
ssize_t
|
|
stat
|
|
bool
|
|
stdckdint-h
|
|
|
|
configure.ac:
|
|
gl_FILE_HAS_ACL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += file-has-acl.c
|
|
|
|
Include:
|
|
"acl.h"
|
|
|
|
Link:
|
|
$(FILE_HAS_ACL_LIB)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|