summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_inet.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-12-20 23:11:01 +0000
committerrwatson <rwatson@FreeBSD.org>2006-12-20 23:11:01 +0000
commit97c0fff7b2c298a39f9818c379550b71824b0502 (patch)
treef45fb271c55da21276c1fbcc60d829d01e77ffed /sys/security/mac/mac_inet.c
parent172079c1c660cd1f1c3dc5d2ea80455f76cca3f6 (diff)
downloadFreeBSD-src-97c0fff7b2c298a39f9818c379550b71824b0502.zip
FreeBSD-src-97c0fff7b2c298a39f9818c379550b71824b0502.tar.gz
Re-wrap comment at 77 character columns.
Diffstat (limited to 'sys/security/mac/mac_inet.c')
-rw-r--r--sys/security/mac/mac_inet.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/security/mac/mac_inet.c b/sys/security/mac/mac_inet.c
index 7896332..8802a50 100644
--- a/sys/security/mac/mac_inet.c
+++ b/sys/security/mac/mac_inet.c
@@ -290,13 +290,13 @@ mac_create_mbuf_from_firewall(struct mbuf *m)
}
/*
- * These functions really should be referencing the syncache structure instead
- * of the label. However, due to some of the complexities associated with
- * exposing this syncache structure we operate directly on it's label pointer.
- * This should be OK since we aren't making any access control decisions within
- * this code directly, we are merely allocating and copying label storage so
- * we can properly initialize mbuf labels for any packets the syncache code
- * might create.
+ * These functions really should be referencing the syncache structure
+ * instead of the label. However, due to some of the complexities associated
+ * with exposing this syncache structure we operate directly on it's label
+ * pointer. This should be OK since we aren't making any access control
+ * decisions within this code directly, we are merely allocating and copying
+ * label storage so we can properly initialize mbuf labels for any packets
+ * the syncache code might create.
*/
void
mac_destroy_syncache(struct label **label)
OpenPOWER on IntegriCloud