1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Remove extraneous fullpath variable, which broke lint build. This

extra argument to the devfs MAC policy entry points was accidentally
merged from the MAC branch during my earlier commit to these policies,
and is not scheduled to be merged just yet.
This commit is contained in:
Robert Watson 2003-11-12 15:09:39 +00:00
parent 26a02c145c
commit 4af32bd8a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122563
2 changed files with 2 additions and 2 deletions

View File

@ -811,7 +811,7 @@ mac_biba_create_devfs_directory(struct mount *mp, char *dirname,
static void
mac_biba_create_devfs_symlink(struct ucred *cred, struct mount *mp,
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
struct label *delabel, const char *fullpath)
struct label *delabel)
{
struct mac_biba *source, *dest;

View File

@ -781,7 +781,7 @@ mac_mls_create_devfs_directory(struct mount *mp, char *dirname,
static void
mac_mls_create_devfs_symlink(struct ucred *cred, struct mount *mp,
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
struct label *delabel, const char *fullpath)
struct label *delabel)
{
struct mac_mls *source, *dest;