NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/57478 (ntohs(3) and friends behave differently to manpage for big endian)



Synopsis: ntohs(3) and friends behave differently to manpage for big endian

State-Changed-From-To: open->needs-pullups
State-Changed-By: rin%NetBSD.org@localhost
State-Changed-When: Fri, 04 Apr 2025 04:48:18 +0000
State-Changed-Why:
Fixed for -current with similar cases not described in the
original PR, namely:

* For big-endain:
- ntoh{l,s}
- hton{l,s}
- htobe{16,32,64}

* For little-endian:
- htole{16,32,64}

I will send pullup request to netbsd-10 after seeing there's
no unexpected fallout for a while.





Home | Main Index | Thread Index | Old Index