From cef6d34aa02698ec2a173bdc6f42ae979ac08cd9 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Fri, 16 Dec 2022 14:56:36 -0500 Subject: 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: --- Makefrag.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index 51b15260..e2593c42 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -244,7 +244,9 @@ libkernel_a_SOURCES += \ util/putchar.h \ util/puts.c \ util/atoi.c \ - util/atoi.h + util/atoi.h \ + util/byteorder.h \ + util/byteorder.c # # Virtual memory implementation. -- cgit v1.2.3