<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

In file included from include/linux/unistd.h:10,
                 from init/do_mounts_initrd.c:3:
include/asm/unistd.h:402: error: syntax error before "int"
include/asm/unistd.h:403: error: syntax error before "long"
include/asm/unistd.h:406: error: syntax error before "int"



---

 25-akpm/include/asm-i386/unistd.h |    1 +
 1 files changed, 1 insertion(+)

diff -puN include/asm-i386/unistd.h~remove-more-KERNEL_SYSCALLS-build-fix-2 include/asm-i386/unistd.h
--- 25/include/asm-i386/unistd.h~remove-more-KERNEL_SYSCALLS-build-fix-2	Fri Feb 27 17:40:19 2004
+++ 25-akpm/include/asm-i386/unistd.h	Fri Feb 27 17:40:36 2004
@@ -375,6 +375,7 @@ __syscall_return(type,__res); \
 
 #include &lt;linux/compiler.h&gt;
 #include &lt;linux/types.h&gt;
+#include &lt;linux/linkage.h&gt;
 #include &lt;asm/ptrace.h&gt;
 
 /*

_
</pre></body></html>