Date: Mon, 22 Jan 2007 16:14:04 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113358 for review Message-ID: <200701221614.l0MGE4km029550@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113358 Change 113358 by millert@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701221614.l0MGE4km029550>