patch-2.3.39 linux/include/linux/qnxtypes.h

Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/qnx4_fs_sb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/include/linux/qnxtypes.h linux/include/linux/qnxtypes.h
@@ -2,27 +2,28 @@
  *  Name                         : qnxtypes.h
  *  Author                       : Richard Frowijn
  *  Function                     : standard qnx types
- *  Version                      : 1.0
- *  Last modified                : 22-03-1998
- * 
+ *  Version                      : 1.0.2
+ *  Last modified                : 2000-01-06
+ *
  *  History                      : 22-03-1998 created
- * 
+ *
  */
 
 #ifndef _QNX4TYPES_H
 #define _QNX4TYPES_H
 
-typedef unsigned short qnx4_nxtnt_t;
-typedef unsigned char qnx4_ftype_t;
+typedef __u16 qnx4_nxtnt_t;
+typedef __u8  qnx4_ftype_t;
 
 typedef struct {
-	long xtnt_blk;
-	long xtnt_size;
+	__u32 xtnt_blk;
+	__u32 xtnt_size;
 } qnx4_xtnt_t;
 
-typedef unsigned short qnx4_muid_t;
-typedef unsigned short qnx4_mgid_t;
-typedef unsigned long qnx4_off_t;
-typedef unsigned short qnx4_nlink_t;
+typedef __u16 qnx4_mode_t;
+typedef __u16 qnx4_muid_t;
+typedef __u16 qnx4_mgid_t;
+typedef __u32 qnx4_off_t;
+typedef __u16 qnx4_nlink_t;
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)