Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/security/mac_biba/mac_biba.c 122879 2003-11-18 04:11:52Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_biba/mac_biba.c 123173 2003-12-06 21:48:03Z rwatson $
1331,1342d1330
< mac_biba_create_cred(struct ucred *cred_parent, struct ucred *cred_child)
< {
< struct mac_biba *source, *dest;
<
< source = SLOT(cred_parent->cr_label);
< dest = SLOT(cred_child->cr_label);
<
< mac_biba_copy_single(source, dest);
< mac_biba_copy_range(source, dest);
< }
<
< static void
2670a2659
> .mpo_copy_cred_label = mac_biba_copy_label,
2722d2710
< .mpo_create_cred = mac_biba_create_cred,