Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing htons | Samuel Thibault | 2022-12-24 | 1 | -0/+8 |
| | |||||
* | Implement our own functions to convert between host and network values | Flavio Cruz | 2022-12-17 | 1 | -0/+45 |
We add htonl, ntohl and ntohs which were the last symbols we relied on from libc. The Makefile.am file was updated to reflect the fact that we only require libgcc. Message-Id: <Y5zNdOJ/YnyYCOhX@mars> |