Deleted Added
full compact
38c38
< * $FreeBSD: head/sys/security/mac_stub/mac_stub.c 172955 2007-10-25 11:31:11Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_stub/mac_stub.c 172957 2007-10-25 12:34:14Z rwatson $
189,194d188
< stub_associate_nfsd_label(struct ucred *cred)
< {
<
< }
<
< static void
528a523,528
> stub_proc_associate_nfsd(struct ucred *cred)
> {
>
> }
>
> static void
1495d1494
< .mpo_associate_nfsd_label = stub_associate_nfsd_label,
1540a1540
> .mpo_proc_associate_nfsd = stub_proc_associate_nfsd,