diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2004-10-18 08:54:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-18 08:54:02 -0700 |
| commit | 09b9135c6e9950c0f12e3e6993ae52ab1baf0476 (patch) | |
| tree | c77619bedfd3f7865ec7d31c29e6a7a7665b2dbb /fs/filesystems.c | |
| parent | 40e39ce0f4eceee04555c45ae9918a017cd1686c (diff) | |
[PATCH] add missing linux/syscalls.h includes
I found that the prototypes for sys_waitid and sys_fcntl in
<linux/syscalls.h> don't match the implementation. In order to keep all
prototypes in sync in the future, now include the header from each file
implementing any syscall.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/filesystems.c')
| -rw-r--r-- | fs/filesystems.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c index 276be78d5f32..af0fd4973880 100644 --- a/fs/filesystems.c +++ b/fs/filesystems.c @@ -6,6 +6,7 @@ * table of configured filesystems */ +#include <linux/syscalls.h> #include <linux/fs.h> #include <linux/slab.h> #include <linux/kmod.h> |
