Date: Thu, 23 Oct 2003 08:09:34 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c Message-ID: <200310231509.h9NF9Y9J054900@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/10/23 08:09:34 PDT FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Merge from p4 (noticed these changes with DES' if_ethersubr.c changes caused a minor conflict): o Use ETHER_ADDR_LEN in preference to '6'. o Remove two unnecessary (caddr_t) casts. One of them causes problems in my tree where etherbroadcastaddr is const, and (caddr_t) casts the const away. Revision Changes Path 1.153 +3 -3 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310231509.h9NF9Y9J054900>