Hi Andrew
I am the debian maintainer of libcap (version 1.10). A user send me the
following bugreport:
-----------------------8<----------------------------------
From: Robert Bihlmeyer <robbe at orcus.priv.at>
Compiling the following program with gcc -O fails, and I don't think
it should:
#include <string.h>
#include <sys/capability.h>
int main()
{
return 0;
}
-----------------------8<----------------------------------
I think it breaks, because sys/capability.h includes linux/capability.h
(and it works, if <sys/capability.h> is included before <string.h>).
Could you please coment on this?
thanks,
Michael
mvo at debian.org