[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <44F80314.7030200@roarinelk.homelinux.net>
Date: Fri, 01 Sep 2006 11:53:24 +0200
From: Manuel Lauss <mano@...rinelk.homelinux.net>
To: Andrew Morton <akpm@...l.org>
CC: linux-kernel@...r.kernel.org
Subject: Re: 2.6.18-rc5-mm1
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists