Re-wrap comment at 77 character columns.

This commit is contained in:
Robert Watson 2006-12-20 23:11:01 +00:00
parent fd0e516eda
commit 95c8c170f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165420

View File

@ -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)