History log of /external/selinux/libselinux/utils/togglesebool.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
417cb8d076a31c57710429b255aebc595613eb6b 13-Mar-2015 Petr Lautrbach <plautrba@redhat.com> Fix -Wformat errors

Fixes two types of errors which appear when building with gcc-5.0.0

- format ‘%d’ expects argument of type ‘int’, but argument X has type ‘unsigned int’
- format ‘%a’ expects argument of type ‘float *’, but argument X has type ‘char **’

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
/external/selinux/libselinux/utils/togglesebool.c
5f8ce370216fd0ece9789f974023d24df752241e 23-Jan-2012 Daniel P. Berrange <berrange@redhat.com> libselinux: Fix const-ness of parameters & make usage() methods static

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
/external/selinux/libselinux/utils/togglesebool.c
13cd4c8960688af11ad23b4c946149015c80d549 19-Aug-2008 Joshua Brindle <method@manicmethod.com> initial import from svn trunk revision 2950
/external/selinux/libselinux/utils/togglesebool.c