diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-27 23:26:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-27 23:26:12 +0000 |
commit | 4a679497a160aa4e823f29885fb398f3ff990635 (patch) | |
tree | 198bc77e685081a7eef860c16ea44f37c19855b6 /hurd | |
parent | 6ec519e3afae398ab7e0fd14d6508cd3549fb712 (diff) |
Formerly hurd_types.defs.~45~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 3a045c33..20ad3237 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -151,6 +151,7 @@ type dev_t = short; type retry_type = int; type pid_t = int; type wait_status_t = int; +type off_t = int; type portarray_t = array[] of mach_port_send_t; type intarray_t = array[] of int; |