CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2024/03/22 15:48:38

Modified files:
        sys/netinet    : in_pcb.c in_pcb.h 

Log message:
Remove padding from union inpaddru.

Alignment of IPv4 address with lower part of IPv6 address looks
like a leftover from times when IPv6 compatible addresses should
contain IPv4 addreses.  Better use a simple union for both IPv4 and
IPv6 addresses like everywhere else.  Use this type also for common
zero address.

OK mvs@

Reply via email to