summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-10-21 15:18:26 +0000
committerrwatson <rwatson@FreeBSD.org>2003-10-21 15:18:26 +0000
commit3873350b0fcb710be7a67b7d6f2b9fa9ec39de4e (patch)
tree1b5ea7902503ef7f951bf62b55bb115b623e12bd
parentaeab60718e4b445ea92321b766c94f5018e98ae7 (diff)
downloadFreeBSD-src-3873350b0fcb710be7a67b7d6f2b9fa9ec39de4e.zip
FreeBSD-src-3873350b0fcb710be7a67b7d6f2b9fa9ec39de4e.tar.gz
Line-break sync to the MAC development branch.
-rw-r--r--sys/security/mac_lomac/mac_lomac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c
index 90c971e..2966f9f 100644
--- a/sys/security/mac_lomac/mac_lomac.c
+++ b/sys/security/mac_lomac/mac_lomac.c
@@ -2716,4 +2716,5 @@ static struct mac_policy_ops mac_lomac_ops =
};
MAC_POLICY_SET(&mac_lomac_ops, mac_lomac, "TrustedBSD MAC/LOMAC",
- MPC_LOADTIME_FLAG_NOTLATE | MPC_LOADTIME_FLAG_LABELMBUFS, &mac_lomac_slot);
+ MPC_LOADTIME_FLAG_NOTLATE | MPC_LOADTIME_FLAG_LABELMBUFS,
+ &mac_lomac_slot);
OpenPOWER on IntegriCloud