Re: [PATCH] Implement our own functions to convert between host and network values

2022-12-16 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le ven. 16 déc. 2022 14:56:36 -0500, a ecrit: > 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. > --- > Makefile.am | 20 ---

[PATCH] Implement our own functions to convert between host and network values

2022-12-16 Thread Flavio Cruz
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. --- Makefile.am | 20 Makefrag.am | 4 +++- util/byteorder.c | 45 ++