Fix comment. It mentioned sparc64 specifically, but alignment issues

are present elsewhere.

Reivewed by: cy@, bcr@
Differential Revision: https://reviews.freebsd.org/D23593
This commit is contained in:
Warner Losh 2020-02-10 17:16:45 +00:00
parent 7047dceee3
commit f8f33808c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357736

View File

@ -586,8 +586,7 @@ bridge_get_basemac(const char *bif_name, u_char *mac, size_t mlen)
continue;
/*
* Not just casting because of alignment constraints
* on sparc64.
* Not just casting because of alignment constraints.
*/
bcopy(ifa->ifa_addr, &sdl, sizeof(struct sockaddr_dl));