Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2004 15:24:48 -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 if_vlan.c
Message-ID:  <200404242224.i3OMOmpK033235@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2004/04/24 15:24:48 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_vlan.c 
  Log:
  arpcom untangling:
  
  consistently with the rest of the code, use IFP2AC(ifp) to access
  the arpcom structure given the ifp.
  
  In this case also fix a difference in assumptions WRT the rest of
  the net/ sources: it is not the 'struct *softc' that starts with a
  'struct arpcom', but a 'struct arpcom' that starts with a
  'struct ifnet'
  
  Revision  Changes    Path
  1.191     +2 -2      src/sys/net/if.c
  1.58      +1 -1      src/sys/net/if_vlan.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404242224.i3OMOmpK033235>