In file included from init/main.c:45: include/asm/unistd.h: In function `setsid': include/asm/unistd.h:393: error: `errno' undeclared (first use in this function) --- 25-akpm/init/main.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN init/main.c~remove-more-KERNEL_SYSCALLS-build-fix init/main.c --- 25/init/main.c~remove-more-KERNEL_SYSCALLS-build-fix Fri Feb 27 17:34:20 2004 +++ 25-akpm/init/main.c Fri Feb 27 17:34:31 2004 @@ -40,8 +40,8 @@ #include #include #include +#include -#include #include #include _