Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/security/mac/mac_system.c 101308 2002-08-04 10:29:36Z jeff $
---
> * $FreeBSD: head/sys/security/mac/mac_system.c 101712 2002-08-12 02:00:21Z rwatson $
56a57
> #include <sys/module.h>
89a91,97
> /*
> * Declare that the kernel provides MAC support, version 1. This permits
> * modules to refuse to be loaded if the necessary support isn't present,
> * even if it's pre-boot.
> */
> MODULE_VERSION(kernel_mac_support, 1);
>