Date: Fri, 12 Mar 2004 21:27:18 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatalk aarp.c Message-ID: <200403130527.i2D5RIAn012319@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403130527.i2D5RIAn012319>