Skip to content

Commit

Permalink
qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alars authored and sravnborg committed Jan 7, 2009
1 parent ede6f5a commit 8d1a0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions include/linux/qnx4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
* Name : qnx4_fs.h
* Author : Richard Frowijn
* Function : qnx4 global filesystem definitions
* Version : 1.0.2
* Last modified : 2000-01-31
*
* History : 23-03-1998 created
*/
#ifndef _LINUX_QNX4_FS_H
#define _LINUX_QNX4_FS_H

#include <linux/types.h>
#include <linux/qnxtypes.h>
#include <linux/magic.h>

Expand Down
5 changes: 2 additions & 3 deletions include/linux/qnxtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
* Name : qnxtypes.h
* Author : Richard Frowijn
* Function : standard qnx types
* Version : 1.0.2
* Last modified : 2000-01-06
*
* History : 22-03-1998 created
*
*/

#ifndef _QNX4TYPES_H
#define _QNX4TYPES_H

#include <linux/types.h>

typedef __le16 qnx4_nxtnt_t;
typedef __u8 qnx4_ftype_t;

Expand Down

0 comments on commit 8d1a0a1

Please sign in to comment.