K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-05-30T14:35:33.548866Z K 7 svn:log V 479 libalias: Fix -Wcast-align compiler warnings This fixes -Wcast-align warnings caused by the underaligned `struct ip`. This also silences them in the public functions by changing the function signature from char * to void *. This is source and binary compatible and avoids the -Wcast-align warning. Reviewed By: ae, gbe (manpages) Differential Revision: https://reviews.freebsd.org/D27882 Git Hash: 41301f352de65fcc3db5cc0364ca6cec07a8f7b0 Git Author: arichardson@FreeBSD.org END