From owner-p4-projects Sat Apr 20 20:16:36 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B50C337B405; Sat, 20 Apr 2002 20:16:32 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEB0F37B404 for ; Sat, 20 Apr 2002 20:16:31 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L3GVx32827 for perforce@freebsd.org; Sat, 20 Apr 2002 20:16:31 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 20 Apr 2002 20:16:31 -0700 (PDT) Message-Id: <200204210316.g3L3GVx32827@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 10074 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10074 Change 10074 by rwatson@rwatson_tislabs on 2002/04/20 20:15:51 During the last integ, I failed to update UDF so that it used the vnaccess() call, which replaces vaccess() in the MAC branch. Without this change, the udf module could not be loaded due to a missing symbol. Affected files ... ... //depot/projects/trustedbsd/mac/sys/fs/udf/udf_vnops.c#3 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/fs/udf/udf_vnops.c#3 (text+ko) ==== @@ -218,7 +218,7 @@ mode = udf_permtomode(node); - return (vaccess(vp->v_type, mode, node->fentry->uid, node->fentry->gid, + return (vnaccess(vp, mode, node->fentry->uid, node->fentry->gid, a_mode, a->a_cred, NULL)); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message