Deleted Added
full compact
2c2
< * Copyright (c) 1999-2002, 2007 Robert N. M. Watson
---
> * Copyright (c) 1999-2002, 2007-2008 Robert N. M. Watson
40c40
< * $FreeBSD: head/sys/security/mac_bsdextended/ugidfw_vnode.c 184413 2008-10-28 13:44:11Z trasz $
---
> * $FreeBSD: head/sys/security/mac_bsdextended/ugidfw_vnode.c 184467 2008-10-30 10:13:53Z rwatson $
68,72c68
< /*
< * XXX: We pass accmode_t variable containing V* constants
< * as an int containing MBI_* constants.
< */
< return (ugidfw_check_vp(cred, vp, (int)accmode));
---
> return (ugidfw_check_vp(cred, vp, ugidfw_accmode2mbi(accmode)));
178,182c174
< /*
< * XXX: We pass accmode_t variable containing V* constants
< * as an int containing MBI_* constants.
< */
< return (ugidfw_check_vp(cred, vp, (int)accmode));
---
> return (ugidfw_check_vp(cred, vp, ugidfw_accmode2mbi(accmode)));