From f725d713236b1695bce1e0d033e0e2456f11d362 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 15:33:53 +0000 Subject: (trivfs_S_fsys_goaway): Call trivfs_goaway the new way. --- libtrivfs/fsys-goaway.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libtrivfs') 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; } -- cgit v1.2.3