/[hurd]/hurd/hurd/hurd_types.defs
ViewVC logotype

Diff of /hurd/hurd/hurd_types.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by roland, Sat Jun 8 02:49:29 2002 UTC revision 1.24 by roland, Tue Jun 11 21:37:16 2002 UTC
# Line 198  type mode_t = unsigned32; Line 198  type mode_t = unsigned32;
198  type retry_type = unsigned32;  type retry_type = unsigned32;
199  type pid_t = int32;  type pid_t = int32;
200  type wait_status_t = int32;  type wait_status_t = int32;
201  type off_t = int32;  type loff_t = int64;
202  type size_t = unsigned32;  type ino64_t = int64;
203  type file_changed_type_t = unsigned32;  type file_changed_type_t = unsigned32;
204  type dir_changed_type_t = unsigned32;  type dir_changed_type_t = unsigned32;
205    
206  type portarray_t = array[] of mach_port_send_t;  type portarray_t = array[] of mach_port_send_t;
207  type intarray_t = array[] of int;  type intarray_t = array[] of int;
208  type off_array_t = array[] of off_t;  type off_array_t = array[] of loff_t;
209    
210  type pidarray_t = array[] of pid_t;  type pidarray_t = array[] of pid_t;
211  type procinfo_t = array[] of int;  type procinfo_t = array[] of int;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26