mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
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:
parent
7047dceee3
commit
f8f33808c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357736
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user