LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] selinux/ss/services.c should #include <linux/selinux.h>
@ 2008-02-27 21:20 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-02-27 21:20 UTC (permalink / raw)
  To: sds, jmorris, eparis; +Cc: linux-kernel

Every file should include the headers containing the externs for its 
global code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
eaeb567e2ce03ef3a7c5ed33e35def212ce2899a foobar
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c
index f374186..29fb216 100644
--- a/security/selinux/ss/services.c
+++ b/security/selinux/ss/services.c
@@ -40,6 +40,7 @@
 #include <linux/sched.h>
 #include <linux/audit.h>
 #include <linux/mutex.h>
+#include <linux/selinux.h>
 #include <net/netlabel.h>
 
 #include "flask.h"


^ permalink raw reply	[flat|nested] 3+ messages in thread
* [2.6 patch] selinux/ss/services.c should #include <linux/selinux.h>
@ 2008-03-30 22:54 Adrian Bunk
  2008-03-31  1:26 ` James Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2008-03-30 22:54 UTC (permalink / raw)
  To: sds, jmorris, eparis; +Cc: linux-kernel

Every file should include the headers containing the externs for its 
global code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 27 Feb 2008

eaeb567e2ce03ef3a7c5ed33e35def212ce2899a foobar
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c
index f374186..29fb216 100644
--- a/security/selinux/ss/services.c
+++ b/security/selinux/ss/services.c
@@ -40,6 +40,7 @@
 #include <linux/sched.h>
 #include <linux/audit.h>
 #include <linux/mutex.h>
+#include <linux/selinux.h>
 #include <net/netlabel.h>
 
 #include "flask.h"


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-31  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-27 21:20 [2.6 patch] selinux/ss/services.c should #include <linux/selinux.h> Adrian Bunk
2008-03-30 22:54 Adrian Bunk
2008-03-31  1:26 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).