Date: Fri, 16 Apr 2004 03:32:13 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200404161032.i3GAWDWS094414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2004/04/16 03:32:13 PDT FreeBSD src repository Modified files: sys/net if.c Log: Use if_link instead of the alias if_list, and change a for() into the TAILQ_FOREACH() form. Comment the need to store the same info (mac address for ethernet-type devices) in two different places. No functional changes. Even the compiler output should be unmodified by this change. Revision Changes Path 1.188 +6 -1 src/sys/net/if.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404161032.i3GAWDWS094414>