diff options
author | Anders Larsen <al@alarsen.net> | 2009-01-01 11:17:35 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-01-07 15:44:20 -0500 |
commit | 8d1a0a13edecfdcb47fee3238ed4a2af2a2867f9 (patch) | |
tree | f3ca0d2af8ec1e54a7d114c7dc2f177ae635b774 /include/linux/qnx4_fs.h | |
parent | ede6f5aea054d3fb67c78857f7abdee602302043 (diff) |
qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types
On 2008-12-30 11:32:33, Sam Ravnborg wrote:
> We have added a few additional validation checks of the userspace headers:
...
> 3) We should include <linux/types.h> and not <asm/types.h>
> 4) If we use a __[us]{8,16,32,64} type then we must include <linux/types.h>
Satisfy these requirements for the linux/qnx*.h headers.
Signed-off-by: Anders Larsen <al@alarsen.net>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/linux/qnx4_fs.h')
-rw-r--r-- | include/linux/qnx4_fs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/qnx4_fs.h b/include/linux/qnx4_fs.h index 34a196ee7941..787d19ea9f46 100644 --- a/include/linux/qnx4_fs.h +++ b/include/linux/qnx4_fs.h | |||
@@ -2,14 +2,12 @@ | |||
2 | * Name : qnx4_fs.h | 2 | * Name : qnx4_fs.h |
3 | * Author : Richard Frowijn | 3 | * Author : Richard Frowijn |
4 | * Function : qnx4 global filesystem definitions | 4 | * Function : qnx4 global filesystem definitions |
5 | * Version : 1.0.2 | ||
6 | * Last modified : 2000-01-31 | ||
7 | * | ||
8 | * History : 23-03-1998 created | 5 | * History : 23-03-1998 created |
9 | */ | 6 | */ |
10 | #ifndef _LINUX_QNX4_FS_H | 7 | #ifndef _LINUX_QNX4_FS_H |
11 | #define _LINUX_QNX4_FS_H | 8 | #define _LINUX_QNX4_FS_H |
12 | 9 | ||
10 | #include <linux/types.h> | ||
13 | #include <linux/qnxtypes.h> | 11 | #include <linux/qnxtypes.h> |
14 | #include <linux/magic.h> | 12 | #include <linux/magic.h> |
15 | 13 | ||