diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 21:21:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 21:21:20 +0000 |
commit | f0c66d8cc0570b65e2088305f90e55156998cc8a (patch) | |
tree | e292c1baf6ff16b069063340efb9727e1ad02908 | |
parent | 09e20e8fcfcc45ed18cf1ca9e6738c82bd1f9dce (diff) |
(fshelp_set_active): On second thought, don't do GOAWAY or FLAGS.
-rw-r--r-- | libfshelp/fshelp.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 043e78d8..651961d0 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -131,11 +131,9 @@ fshelp_translated (struct transbox *box) /* Atomically replace the existing active translator port for this box with NEWACTIVE. If EXCL is non-zero then don't frob an existing - active; return EBUSY instead. If GOAWAY is non-zero, then - sent fsys_goaway to it with FLAGS. */ + active; return EBUSY instead. */ error_t fshelp_set_active (struct transbox *box, - fsys_t newactive, - int excl, int goaway, int flags); + fsys_t newactive, int excl); /* Fetch the control port to make a request on it. It's a bad idea to do fsys_getroot with the result; use fetch_root instead. */ |