* [PATCH] fixing includes in alpha_ksyms.c
@ 2006-10-12 18:00 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-10-12 18:00 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
kernel_execve() fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff --git a/arch/alpha/kernel/alpha_ksyms.c b/arch/alpha/kernel/alpha_ksyms.c
index 692809e..e9762a3 100644
--- a/arch/alpha/kernel/alpha_ksyms.c
+++ b/arch/alpha/kernel/alpha_ksyms.c
@@ -12,7 +12,7 @@ #include <asm/checksum.h>
#include <asm/fpu.h>
#include <asm/machvec.h>
-#include <asm/unistd.h>
+#include <linux/syscalls.h>
/* these are C runtime functions with special calling conventions: */
extern void __divl (void);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-12 18:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-12 18:00 [PATCH] fixing includes in alpha_ksyms.c Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®