[BACK]Return to types.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/types.h between version 1.77 and 1.77.12.2

version 1.77, 2007/09/07 18:56:13 version 1.77.12.2, 2008/01/23 19:27:49
Line 107  typedef unsigned char unchar;  /* Sys V 
Line 107  typedef unsigned char unchar;  /* Sys V 
 typedef unsigned short  ushort;         /* Sys V compatibility */  typedef unsigned short  ushort;         /* Sys V compatibility */
 typedef unsigned int    uint;           /* Sys V compatibility */  typedef unsigned int    uint;           /* Sys V compatibility */
 typedef unsigned long   ulong;          /* Sys V compatibility */  typedef unsigned long   ulong;          /* Sys V compatibility */
   
 typedef u_long          cpuid_t;  
 #endif  #endif
   
 typedef uint64_t        u_quad_t;       /* quads */  typedef uint64_t        u_quad_t;       /* quads */
Line 164  typedef __gid_t  gid_t;  /* group id */
Line 162  typedef __gid_t  gid_t;  /* group id */
 #define gid_t           __gid_t  #define gid_t           __gid_t
 #endif  #endif
   
   typedef int             idtype_t;       /* type of the id */
 typedef uint32_t        id_t;           /* group id, process id or user id */  typedef uint32_t        id_t;           /* group id, process id or user id */
 typedef uint64_t        ino_t;          /* inode number */  typedef uint64_t        ino_t;          /* inode number */
 typedef long            key_t;          /* IPC key (for Sys V IPC) */  typedef long            key_t;          /* IPC key (for Sys V IPC) */
Line 198  typedef int32_t  dtime_t; /* on-disk tim
Line 197  typedef int32_t  dtime_t; /* on-disk tim
   
 typedef int             mqd_t;  typedef int             mqd_t;
   
   typedef unsigned long   cpuid_t;
   
   typedef int             psetid_t;
   
 #if defined(_KERNEL) || defined(_STANDALONE)  #if defined(_KERNEL) || defined(_STANDALONE)
 /*  /*
  * Boolean type definitions for the kernel environment.  User-space   * Boolean type definitions for the kernel environment.  User-space

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.77.12.2

CVSweb <webmaster@jp.NetBSD.org>