From 90697c2eff6025ee2e0cf17198799d3b96bc0f5a Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 17 Nov 2006 23:01:03 -0500 Subject: [PATCH] --- yaml --- r: 41760 b: refs/heads/master c: bb22f58087fdf8b617803c9b65bc86c6d26b5115 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/selinux/include/security.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0fb245837edc..921e621052fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de64688ffb952a65ddbc5295ccd235d35f292593 +refs/heads/master: bb22f58087fdf8b617803c9b65bc86c6d26b5115 diff --git a/trunk/security/selinux/include/security.h b/trunk/security/selinux/include/security.h index 015f697e925f..210eec77e7ff 100644 --- a/trunk/security/selinux/include/security.h +++ b/trunk/security/selinux/include/security.h @@ -8,7 +8,6 @@ #ifndef _SELINUX_SECURITY_H_ #define _SELINUX_SECURITY_H_ -#include #include "flask.h" #define SECSID_NULL 0x00000000 /* unspecified SID */ @@ -35,6 +34,8 @@ #define POLICYDB_VERSION_MAX POLICYDB_VERSION_RANGETRANS #endif +struct sk_buff; + extern int selinux_enabled; extern int selinux_mls_enabled;