Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/security/mac/mac_system.c 106308 2002-11-01 20:46:53Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_system.c 106369 2002-11-03 02:39:42Z rwatson $
2494a2495,2507
> mac_check_system_settime(struct ucred *cred)
> {
> int error;
>
> if (!mac_enforce_system)
> return (0);
>
> MAC_CHECK(check_system_settime, cred);
>
> return (error);
> }
>
> int