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

Get those syscall definitions in scope.


---

 25-x86_64-akpm/ipc/compat.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN ipc/compat.c~add_syscalls-compat-ipc-fix ipc/compat.c
--- 25-x86_64/ipc/compat.c~add_syscalls-compat-ipc-fix	Wed Feb 18 14:58:32 2004
+++ 25-x86_64-akpm/ipc/compat.c	Wed Feb 18 14:58:44 2004
@@ -28,6 +28,7 @@
 #include &lt;linux/msg.h&gt;
 #include &lt;linux/shm.h&gt;
 #include &lt;linux/slab.h&gt;
+#include &lt;linux/syscalls.h&gt;
 
 #include &lt;asm/semaphore.h&gt;
 #include &lt;asm/uaccess.h&gt;

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