diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-30 18:10:46 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-30 18:10:46 +0000 |
| commit | 1979061b56e339740866ec9899b8f043c7dd98d3 (patch) | |
| tree | 49683be9952ac48eac766647fd9f60c1c164191d /sys/security/mac_none | |
| parent | 5f4c5b500f7747f31d6220ed87f1fb49d3d35171 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_none')
| -rw-r--r-- | sys/security/mac_none/mac_none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_none/mac_none.c b/sys/security/mac_none/mac_none.c index 3eef29444201..e5c3027b13e8 100644 --- a/sys/security/mac_none/mac_none.c +++ b/sys/security/mac_none/mac_none.c @@ -477,7 +477,7 @@ mac_none_check_cred_visible(struct ucred *u1, struct ucred *u2) static int mac_none_check_ifnet_relabel(struct ucred *cred, struct ifnet *ifnet, - struct label *newlabel) + struct label *ifnetlabel, struct label *newlabel) { return (0); |
