[2.6 patch] fs/signalfd.c should #include <linux/syscalls.h>

From: Adrian Bunk
Date: Fri Nov 02 2007 - 20:20:29 EST


Every file should include the headers containing the prototypes for
its global functions (in this case sys_signalfd()).

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
8b3bc8f299ba6ce251a047cb5c6a7aabc95a4f39
diff --git a/fs/signalfd.c b/fs/signalfd.c
index fb7f7e8..60da986 100644
--- a/fs/signalfd.c
+++ b/fs/signalfd.c
@@ -27,6 +27,7 @@
#include <linux/list.h>
#include <linux/anon_inodes.h>
#include <linux/signalfd.h>
+#include <linux/syscalls.h>

struct signalfd_ctx {
sigset_t sigmask;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/