Re: 2.6.18-rc5-mm1

From: Manuel Lauss
Date: Fri Sep 01 2006 - 05:50:41 EST


I need the following patch to make it build.

__NR_execve is undeclared.


--- a/arch/i386/kernel/sys_i386.c~ 2006-09-01 11:48:45.000000000 +0200
+++ b/arch/i386/kernel/sys_i386.c 2006-09-01 11:48:45.000000000 +0200
@@ -22,6 +22,7 @@

#include <asm/uaccess.h>
#include <asm/ipc.h>
+#include <asm/unistd.h>

/*
* sys_pipe() is the normal C calling standard for creating
-
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/