diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-16 05:03:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-16 05:03:10 +0000 |
commit | b7faefbafc600613fc8d4e5df59512a1a23c8181 (patch) | |
tree | b1035d3e0a82259fc4a863036cf7a1609870bc2b /hurd | |
parent | da7b6c6321c5ee2d0c61c7f860c524b3e3ee73a2 (diff) |
Formerly hurd_types.defs.~49~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index de1925d5..541e8814 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -152,6 +152,8 @@ type retry_type = int; type pid_t = int; type wait_status_t = int; type off_t = int; +type file_changed_type_t = int; +type dir_changed_type_t = int; type portarray_t = array[] of mach_port_send_t; type intarray_t = array[] of int; |