index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
libacl.c
blob: 877cb694811cc7ad9b9ad9db546d0f16a4e6fa0c (
plain
)
1
2
3
4
5
6
#include
<sys/acl.h>
int
main
(
void
)
{
acl_free
(
0
);
return
0
;
}