repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
file-has-acl
blob
0f8ab37fdbc6d2b8c0ae157bce31fc3a3f494510
1
Description:
2
Whether a file has an ACL.
3
4
Files:
5
lib/acl-internal.h
6
lib/file-has-acl.c
7
m4/acl.m4
8
9
Depends-on:
10
acl-permissions
11
stat
12
13
configure.ac:
14
gl_FILE_HAS_ACL
15
16
Makefile.am:
17
lib_SOURCES += file-has-acl.c
18
19
Include:
20
"acl.h"
21
22
Link:
23
$(LIB_HAS_ACL)
24
25
License:
26
GPL
27
28
Maintainer:
29
Paul Eggert, Jim Meyering