From f0c66d8cc0570b65e2088305f90e55156998cc8a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 19 Jun 1995 21:21:20 +0000 Subject: (fshelp_set_active): On second thought, don't do GOAWAY or FLAGS. --- libfshelp/fshelp.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libfshelp') 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. */ -- cgit v1.2.3