Fix potential alignement problems on Alpha + IPv6.

This is done on the vendor branch to avoid spamming the tree. It has been
sent to the NTP maintainers already.

Submitted by:	shin
This commit is contained in:
Ollivier Robert 2000-03-03 17:06:31 +00:00
parent a151a66c2a
commit 1c80946020
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/ntp/dist/; revision=57738

View File

@ -444,7 +444,7 @@ create_sockets(
continue;
}
# endif /* SYS_WINNT */
ifreq = *ifr;
memcpy(&ifreq, ifr, sizeof(ifreq));
inter_list[i].flags = 0;
/* is it broadcast capable? */
# ifndef SYS_WINNT