/[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.22 by roland, Wed Jan 2 02:08:11 2002 UTC revision 1.23 by roland, Sat Jun 8 02:49:29 2002 UTC
# Line 1  Line 1 
1  /* MiG type declarations for Hurd interfaces            -*- C -*-  /* MiG type declarations for Hurd interfaces            -*- C -*-
2     Copyright (C) 1993,94,95,96,98,2001 Free Software Foundation, Inc.     Copyright (C) 1993,94,95,96,98,2001,02 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 192  serverprefix SERVERPREFIX; Line 192  serverprefix SERVERPREFIX;
192  type data_t = array[] of char;  type data_t = array[] of char;
193  type string_t = c_string[1024]; /* XXX */  type string_t = c_string[1024]; /* XXX */
194  type io_statbuf_t = struct[32] of int;  type io_statbuf_t = struct[32] of int;
195  type uid_t = int;  type uid_t = unsigned32;
196  type gid_t = int;  type gid_t = unsigned32;
197  type mode_t = int;  type mode_t = unsigned32;
198  type dev_t = short;  type retry_type = unsigned32;
199  type retry_type = int;  type pid_t = int32;
200  type pid_t = int;  type wait_status_t = int32;
201  type wait_status_t = int;  type off_t = int32;
202  type off_t = int;  type size_t = unsigned32;
203  type size_t = unsigned;  type file_changed_type_t = unsigned32;
204  type ssize_t = int;  type dir_changed_type_t = unsigned32;
 type file_changed_type_t = int;  
 type dir_changed_type_t = int;  
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;

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

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