cvs commit: src/sys/net if.c
Luigi Rizzo
luigi at FreeBSD.org
Fri Apr 16 03:32:14 PDT 2004
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
More information about the cvs-src
mailing list