Date: Fri, 1 Nov 2002 15:09:16 -0800 (PST) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_fec.c Message-ID: <200211012309.gA1N9GQP058776@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2002/11/01 15:09:16 PST
Modified files:
sys/netgraph ng_fec.c
Log:
ifnet_addrs doesn;t exist any more so use
TAILQ_FIRST(&ifp->if_addrhead) to find the link layer ifaddr.
(it's always first I believe)
Allows this to compile on -current.
.. need testers with FEC capable switches..
Revision Changes Path
1.2 +3 -3 src/sys/netgraph/ng_fec.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211012309.gA1N9GQP058776>
