Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac/mac_framework.h 107271 2002-11-26 17:11:57Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_framework.h 107698 2002-12-09 03:44:28Z rwatson $
174,175c174
< void mac_create_devfs_device(dev_t dev, struct devfs_dirent *de);
< void mac_create_devfs_directory(char *dirname, int dirnamelen,
---
> void mac_create_devfs_device(struct mount *mp, dev_t dev,
177,178c176,179
< void mac_create_devfs_symlink(struct ucred *cred, struct devfs_dirent *dd,
< struct devfs_dirent *de);
---
> void mac_create_devfs_directory(struct mount *mp, char *dirname,
> int dirnamelen, struct devfs_dirent *de);
> void mac_create_devfs_symlink(struct ucred *cred, struct mount *mp,
> struct devfs_dirent *dd, struct devfs_dirent *de);
185c186,187
< void mac_update_devfsdirent(struct devfs_dirent *de, struct vnode *vp);
---
> void mac_update_devfsdirent(struct mount *mp, struct devfs_dirent *de,
> struct vnode *vp);