diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 15:33:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 15:33:53 +0000 |
commit | f725d713236b1695bce1e0d033e0e2456f11d362 (patch) | |
tree | d682d1c2a98ca171e7e776230c0e80b5078472d2 | |
parent | 54ad72d3d4dfe87176a6ebfa61ffdd57f48cf5d7 (diff) |
(trivfs_S_fsys_goaway): Call trivfs_goaway the new way.
-rw-r--r-- | libtrivfs/fsys-goaway.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/fsys-goaway.c b/libtrivfs/fsys-goaway.c index 497e8465..bccebe8b 100644 --- a/libtrivfs/fsys-goaway.c +++ b/libtrivfs/fsys-goaway.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -33,8 +33,8 @@ trivfs_S_fsys_goaway (struct trivfs_control *cred, if (!cred) return EOPNOTSUPP; - err = trivfs_goaway (flags, cred->underlying, cred->pi.type, - cred->protidtypes); + err = trivfs_goaway (flags, cred->underlying, cred->pi.class, + cred->protid_class); return err; } |