diff options
-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 */ |