
From: Geert Uytterhoeven <geert@linux-m68k.org>

I need these patches to make it compile for m68k:



 security/selinux/avc.c       |    1 +
 security/selinux/ss/global.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff -puN security/selinux/avc.c~m68k-selinux-build-fix security/selinux/avc.c
--- 25/security/selinux/avc.c~m68k-selinux-build-fix	2003-08-10 03:46:38.000000000 -0700
+++ 25-akpm/security/selinux/avc.c	2003-08-10 03:46:38.000000000 -0700
@@ -16,6 +16,7 @@
 #include <linux/slab.h>
 #include <linux/fs.h>
 #include <linux/dcache.h>
+#include <linux/init.h>
 #include <linux/skbuff.h>
 #include <net/sock.h>
 #include <linux/un.h>
diff -puN security/selinux/ss/global.h~m68k-selinux-build-fix security/selinux/ss/global.h
--- 25/security/selinux/ss/global.h~m68k-selinux-build-fix	2003-08-10 03:46:38.000000000 -0700
+++ 25-akpm/security/selinux/ss/global.h	2003-08-10 03:46:38.000000000 -0700
@@ -7,7 +7,7 @@
 #include <linux/ctype.h>
 #include <linux/in.h>
 #include <linux/spinlock.h>
-#include <asm/semaphore.h>
+#include <linux/sched.h>
 
 #include "flask.h"
 #include "avc.h"

_
