diff options
Diffstat (limited to 'sys/kern/kern_mac.c')
-rw-r--r-- | sys/kern/kern_mac.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c index fb06ede..e5e25dc 100644 --- a/sys/kern/kern_mac.c +++ b/sys/kern/kern_mac.c @@ -32,16 +32,16 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ + /* - * Developed by the TrustedBSD Project. - * * Framework for extensible kernel access control. Kernel and userland * interface to the framework, policy registration and composition. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "opt_mac.h" #include "opt_devfs.h" |