aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac/mac_syscalls.h')
-rw-r--r--sys/security/mac/mac_syscalls.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/security/mac/mac_syscalls.h b/sys/security/mac/mac_syscalls.h
index 4efeaf300d31..f95ff3ef1264 100644
--- a/sys/security/mac/mac_syscalls.h
+++ b/sys/security/mac/mac_syscalls.h
@@ -19,17 +19,10 @@
#error "no user-serviceable parts inside"
#endif
-int mac_label_copyin(const struct mac *const u_mac, struct mac *const mac,
+int mac_label_copyin(const void *const u_mac, struct mac *const mac,
char **const u_string);
void free_copied_label(const struct mac *const mac);
-#ifdef COMPAT_FREEBSD32
-struct mac32;
-
-int mac_label_copyin32(const struct mac32 *const u_mac,
- struct mac *const mac, char **const u_string);
-#endif /* COMPAT_FREEBSD32 */
-
int mac_set_proc_prepare(struct thread *const td,
const struct mac *const mac, void **const mac_set_proc_data);
int mac_set_proc_core(struct thread *const td, struct ucred *const newcred,