From owner-svn-src-head@FreeBSD.ORG Tue Oct 28 21:57:32 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F195D1065688; Tue, 28 Oct 2008 21:57:32 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DE3148FC1F; Tue, 28 Oct 2008 21:57:32 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9SLvWkT004964; Tue, 28 Oct 2008 21:57:32 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9SLvWrw004963; Tue, 28 Oct 2008 21:57:32 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <200810282157.m9SLvWrw004963@svn.freebsd.org> From: Edward Tomasz Napierala Date: Tue, 28 Oct 2008 21:57:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184426 - head/sys/security/mac_stub X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 21:57:33 -0000 Author: trasz Date: Tue Oct 28 21:57:32 2008 New Revision: 184426 URL: http://svn.freebsd.org/changeset/base/184426 Log: Commit part of accmode_t changes that I missed in previous commit. Approved by: rwatson (mentor) Modified: head/sys/security/mac_stub/mac_stub.c Modified: head/sys/security/mac_stub/mac_stub.c ============================================================================== --- head/sys/security/mac_stub/mac_stub.c Tue Oct 28 21:53:10 2008 (r184425) +++ head/sys/security/mac_stub/mac_stub.c Tue Oct 28 21:57:32 2008 (r184426) @@ -1215,7 +1215,7 @@ stub_vnode_associate_singlelabel(struct static int stub_vnode_check_access(struct ucred *cred, struct vnode *vp, - struct label *vplabel, int acc_mode) + struct label *vplabel, accmode_t accmode) { return (0);