cvs commit: src/sys/netatalk aarp.c

Robert Watson rwatson at FreeBSD.org
Fri Mar 12 21:27:18 PST 2004


rwatson     2004/03/12 21:27:18 PST

  FreeBSD src repository

  Modified files:
    sys/netatalk         aarp.c 
  Log:
  Const-poison atmulticastaddr, which should be read but not modified.
  While there, remove (caddr_t) casting of ethernet addresses, which
  among other things discards the qualifier.  This makes it clear that
  atmulticastaddr does not require synchronization.
  
  Revision  Changes    Path
  1.25      +9 -9      src/sys/netatalk/aarp.c


More information about the cvs-src mailing list