Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac_lomac/mac_lomac.c 122875 2003-11-18 00:39:07Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_lomac/mac_lomac.c 123173 2003-12-06 21:48:03Z rwatson $
1471,1482d1470
< mac_lomac_create_cred(struct ucred *cred_parent, struct ucred *cred_child)
< {
< struct mac_lomac *source, *dest;
<
< source = SLOT(cred_parent->cr_label);
< dest = SLOT(cred_child->cr_label);
<
< mac_lomac_copy_single(source, dest);
< mac_lomac_copy_range(source, dest);
< }
<
< static void
2650a2639
> .mpo_copy_cred_label = mac_lomac_copy_label,
2705d2693
< .mpo_create_cred = mac_lomac_create_cred,