Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/security/mac/mac_process.c 104300 2002-10-01 15:24:35Z phk $
---
> * $FreeBSD: head/sys/security/mac/mac_process.c 104338 2002-10-02 02:42:38Z rwatson $
654a655,658
> case MAC_THREAD_USERRET:
> mpc->mpc_ops->mpo_thread_userret =
> mpe->mpe_function;
> break;
1583a1588,1594
> void
> mac_thread_userret(struct thread *td)
> {
>
> MAC_PERFORM(thread_userret, td);
> }
>