Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux into next

This commit is contained in:
James Morris 2017-04-19 08:30:08 +10:00
commit fa5b5b26e2
11 changed files with 69 additions and 70 deletions

View file

@ -8,6 +8,7 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <sys/socket.h>
struct security_class_mapping {
const char *name;

View file

@ -32,6 +32,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/socket.h>
static void usage(char *name)
{