Re: Linux 2.6.0-test3

From: Geert Uytterhoeven
Date: Sun Aug 10 2003 - 05:45:16 EST


On Fri, 8 Aug 2003, Linus Torvalds wrote:
> Merging the SELinux security architecture also ends up growing the patch,
> even though it may not be all that noticeable for most normal users.

I need these patches to make it compile for m68k:

--- linux-2.6.0-test3/security/selinux/avc.c Sat Aug 9 21:43:41 2003
+++ linux-m68k-2.6.0-test3/security/selinux/avc.c Sun Aug 10 11:09:44 2003
@@ -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>
--- linux-2.6.0-test3/security/selinux/ss/global.h Sat Aug 9 21:43:41 2003
+++ linux-m68k-2.6.0-test3/security/selinux/ss/global.h Sun Aug 10 11:22:59 2003
@@ -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"

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/