From 95c8c170f30415a907c8790fe4747eba2e288359 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 20 Dec 2006 23:11:01 +0000 Subject: [PATCH] Re-wrap comment at 77 character columns. --- sys/security/mac/mac_inet.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/security/mac/mac_inet.c b/sys/security/mac/mac_inet.c index 78963322261..8802a506a52 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)