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
/
libcap.c
blob: 64188ac8cd3df902094a8a7a3fd3876ea6c4a421 (
plain
)
1
2
3
4
5
6
#include
<sys/capability.h>
int
main
(
void
)
{
cap_free
(
0
);
return
0
;
}