This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via cef6d34aa02698ec2a173bdc6f42ae979ac08cd9 (commit) from ad51c68171cb6a1cae15c61ca0218bbee2c05485 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cef6d34aa02698ec2a173bdc6f42ae979ac08cd9 Author: Flavio Cruz <flavioc...@gmail.com> Date: Fri Dec 16 14:56:36 2022 -0500 Implement our own functions to convert between host and network values 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> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 20 ++++++++------------ Makefrag.am | 4 +++- include/stddef.h => util/byteorder.c | 36 ++++++++++++++++++++++++++---------- include/stddef.h => util/byteorder.h | 22 ++++++++++++---------- 4 files changed, 49 insertions(+), 33 deletions(-) copy include/stddef.h => util/byteorder.c (57%) copy include/stddef.h => util/byteorder.h (71%) hooks/post-receive -- GNU Mach