lkml.org 
[lkml]   [2006]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: 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@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2006-09-01 11:57    [W:4.094 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site