aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-12 15:09:39 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-12 15:09:39 +0000
commit4af32bd8a046a8b6662c86554c3244e49c37fa56 (patch)
tree081dbd278c37a916992166934864e58049d235e4 /sys/security
parent26a02c145c3d9c7cf5203719c8472596e7f941fc (diff)
Notes
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac_biba/mac_biba.c2
-rw-r--r--sys/security/mac_mls/mac_mls.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c
index 768958384010b..fd021ebd7725b 100644
--- a/sys/security/mac_biba/mac_biba.c
+++ b/sys/security/mac_biba/mac_biba.c
@@ -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;
diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c
index 69bd3748a7370..89ecf278c033a 100644
--- a/sys/security/mac_mls/mac_mls.c
+++ b/sys/security/mac_mls/mac_mls.c
@@ -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;