rx_port is already htons() and htons is a NULL-op on sparc but not on x86...
make shutdown actually work on x86 solaris
will issue this patch only as 1.2.9a or as "contributed"; something
to avoid needing a fresh release.
(cherry picked from commit
6eac7d68178e5d0800d3ac00c63b50e1ef0378dc)
AFS_STATCNT(osi_FreeSocket);
taddr.sin_family = AF_INET;
- taddr.sin_port = htons(rx_port);
+ taddr.sin_port = rx_port;
taddr.sin_addr.s_addr = htonl(0x7f000001);
dvec.iov_base = &c;