diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-02 20:59:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-02 20:59:46 +0000 |
commit | da29c06aa8395a051d4b58ae6ed22b5b080e6478 (patch) | |
tree | 49733c556b09e6d4a21c5d350ce9d8910535d9e4 /libfshelp | |
parent | 3ee3f8ccac59014de06a7ee568842b23a44206d0 (diff) |
Formerly fshelp.h.~4~
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fshelp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index c67b15b4..fb9f946b 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -92,7 +92,9 @@ void fshelp_done_with_node (void *); fshelp_start_translator time with the NODE argument to that call); *DOTDOT will be set similarly, but from the DIR argument to fshelp_start_translator. *REALPOLY and *DOTDOTPOLY will be set to - the Mach message transmission types for those two ports. */ + the Mach message transmission types for those two ports. + If this routine returns an error, then the CTL port must be deallocated + by the caller. */ error_t fshelp_handle_fsys_startup (void *portstruct, mach_port_t ctl, mach_port_t *real, mach_msg_type_name_t *realpoly, |