diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 04:00:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 04:00:15 +0000 |
commit | 27b996ecf410475d489b3ea6430a30a8d640a833 (patch) | |
tree | bd46472c903ecb4c93eb1ca139a865c853086cfb /hurd | |
parent | a83ce8d91deca02f075a7be5a5f394d6b12e1852 (diff) |
Formerly fs.defs.~69~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fs.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index 39b28f5d..c668f7c8 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -121,7 +121,7 @@ routine file_lock ( /* Return control port for this filesystem */ routine file_getcontrol ( file: file_t; - out control: mach_port_make_send_t); + out control: mach_port_send_t); /* Return filesystem status */ /* INTR */ |