cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_iso88025subr.c

Luigi Rizzo luigi at FreeBSD.org
Sat Apr 24 14:59:42 PDT 2004


luigi       2004/04/24 14:59:41 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c if_fddisubr.c 
                         if_iso88025subr.c 
  Log:
  arpcom untangling:
   - use ifp instead if &ac->ac_if in a couple of nd6* calls;
     this removes a useless dependency.
  
   - use IFP2AC(ifp) instead of an extra variable to point to the struct arpcom;
     this does not remove the nesting dependency between arpcom and ifnet but
     makes it more evident.
  
  Revision  Changes    Path
  1.168     +3 -4      src/sys/net/if_ethersubr.c
  1.93      +2 -3      src/sys/net/if_fddisubr.c
  1.63      +2 -3      src/sys/net/if_iso88025subr.c


More information about the cvs-src mailing list