diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-12 04:20:36 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-12 04:20:36 +0000 |
| commit | 63b6f478ecc7e0a87ee8d9a7148ec0f2dab9dde6 (patch) | |
| tree | f77b4842f5fc009d2a4ec4c987fb24eb6b02fba1 /sys/security/mac/mac_framework.h | |
| parent | 1cb53a1828d69adccde518926d2dc13cba5600b5 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.h')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 3d56a17c3820f..17cf52ece479c 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -174,7 +174,6 @@ void mac_create_devfs_directory(char *dirname, int dirnamelen, struct devfs_dirent *de); void mac_create_devfs_symlink(struct ucred *cred, struct devfs_dirent *dd, struct devfs_dirent *de); -void mac_create_devfs_vnode(struct devfs_dirent *de, struct vnode *vp); int mac_create_vnode_extattr(struct ucred *cred, struct mount *mp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp); void mac_create_mount(struct ucred *cred, struct mount *mp); |
