1 2 3 4 5 6 7 8 | ../ubuntu/selinux_stub.c
../ubuntu/selinux_stub.c:45:5: error: conflicting types for ‘setcon’
int setcon(const char * con)
^
In file included from ../ubuntu/selinux_stub.c:19:0:
/usr/include/selinux/selinux.h:39:12: note: previous declaration of ‘setcon’ was here
extern int setcon(const security_context_t con);
^
|