From f505a6ef2340797dc0856672ab26565dbd154da6 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 15 Aug 1996 19:56:50 +0000 Subject: (trivfs_S_file_check_access): Renamed from `trivfs_S_file_access'. --- term/users.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'term/users.c') diff --git a/term/users.c b/term/users.c index 5a72b755..dbddd5e8 100644 --- a/term/users.c +++ b/term/users.c @@ -515,10 +515,9 @@ trivfs_S_file_chmod (struct trivfs_protid *cred, error_t -trivfs_S_file_access (struct trivfs_protid *cred, - mach_port_t reply, - mach_msg_type_name_t reply_type, - int *allowed) +trivfs_S_file_check_access (struct trivfs_protid *cred, + mach_port_t reply, mach_msg_type_name_t reply_type, + int *allowed) { if (!cred) return EOPNOTSUPP; -- cgit v1.2.3