K 10 svn:author V 8 gallatin K 8 svn:date V 27 2002-01-27T20:39:01.000000Z K 7 svn:log V 405 Prevent the kernel from generating an unaligned sysctl data buffer on 64-bit platforms. The unaligned access is caused by struct ifa_msghdr not being a multiple of 8-bytes in size. If an interface has an odd number of addresses, this causes the next interface to generate an unaligned access in the user-level app walking the interfaces (ifconfig). Submitted by: Bernd Walter END