History log of /external/selinux/mcstrans/src/mcstransd.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0df0b25d95ac2310cc98ae44c9b8f64c3fb592d6 05-Feb-2017 Nicolas Iooss <nicolas.iooss@m4x.org> mcstrans: fix -Wwrite-strings warnings

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/mcstrans/src/mcstransd.c
c667b33a04b742472541ecba091be17943362d68 08-Jan-2017 Nicolas Iooss <nicolas.iooss@m4x.org> mcstransd: fix and reorder includes

- Sort included header files by their number of path components then
alphabetically.
- Include unistd.h and sys/types.h only once.
- Include sys/uio.h to get readv() and writev() declarations when
compiling with musl libc.
- Include poll.h instead of sys/poll.h as building with musl results in
the following message:

/usr/lib/musl/include/sys/poll.h:1:2: error: #warning redirecting
incorrect #include <sys/poll.h> to <poll.h> [-Werror=cpp]
#warning redirecting incorrect #include <sys/poll.h> to <poll.h>
^~~~~~~

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/mcstrans/src/mcstransd.c
4cc808671a18b5405be5707eefedd78b9c693268 31-Oct-2016 Stephen Smalley <sds@tycho.nsa.gov> Move policycoreutils/mcstrans to mcstrans.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/selinux/mcstrans/src/mcstransd.c