diff options
Diffstat (limited to 'security/selinux/ss/mls.h')
-rw-r--r-- | security/selinux/ss/mls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/selinux/ss/mls.h b/security/selinux/ss/mls.h index 67093647576d..7954b1e60b64 100644 --- a/security/selinux/ss/mls.h +++ b/security/selinux/ss/mls.h | |||
@@ -46,7 +46,8 @@ int mls_range_set(struct context *context, struct mls_range *range); | |||
46 | 46 | ||
47 | int mls_convert_context(struct policydb *oldp, | 47 | int mls_convert_context(struct policydb *oldp, |
48 | struct policydb *newp, | 48 | struct policydb *newp, |
49 | struct context *context); | 49 | struct context *oldc, |
50 | struct context *newc); | ||
50 | 51 | ||
51 | int mls_compute_sid(struct policydb *p, | 52 | int mls_compute_sid(struct policydb *p, |
52 | struct context *scontext, | 53 | struct context *scontext, |