summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 15:33:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 15:33:53 +0000
commitf725d713236b1695bce1e0d033e0e2456f11d362 (patch)
treed682d1c2a98ca171e7e776230c0e80b5078472d2 /libtrivfs
parent54ad72d3d4dfe87176a6ebfa61ffdd57f48cf5d7 (diff)
(trivfs_S_fsys_goaway): Call trivfs_goaway the new way.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/fsys-goaway.c6
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;
}