Use a struct in_addr to insure alignment of address - instead of
authorEzra Peisach <epeisach@mit.edu>
Sun, 25 Jan 2009 16:44:02 +0000 (16:44 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 25 Jan 2009 16:44:02 +0000 (16:44 +0000)
commitb3a5ec5c59e2c854a9372e0b44bc50db4d755b84
tree07d1d53f3d971ce5dfecf7dca7a82304df4c4bba
parent8863857944ae2fc7073f96d7d0fcb3b88b1581b3
Use a struct in_addr to insure alignment of address - instead of
random alignment on the stack. Solaris 2.10 has issues if the address
is not aligned.  The rest of the code in the tree uses a struct
in_addr or mallocs the address - which will be sufficiently aligned.

ticket: 6308

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21794 dc483132-0cff-0310-8789-dd5450dbe970
src/tests/resolve/resolve.c