PERFORCE change 113358 for review
Todd Miller
millert at FreeBSD.org
Mon Jan 22 16:14:20 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113358
Change 113358 by millert at millert_macbook on 2007/01/22 16:13:49
Fix args to sebsd_mbuf_label_associate_multicast_encap().
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#74 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#74 (text+ko) ====
@@ -954,8 +954,8 @@
static void
sebsd_mbuf_label_associate_multicast_encap(struct mbuf *oldmbuf,
- struct label *oldmbuflabel, struct mbuf *newmbuf,
- struct label *newmbuflabel)
+ struct label *oldmbuflabel, struct ifnet *ifp, struct label *ifplabel,
+ struct mbuf *newmbuf, struct label *newmbuflabel)
{
sebsd_label_copy(oldmbuflabel, newmbuflabel);
More information about the trustedbsd-cvs
mailing list