From eb8dd9dca1228af0cd132f515509051ecfabf6f6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 14 Apr 2025 17:32:06 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20250414'. --- src/lib/libc/net/ntohl.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/lib/libc/net/ntohl.c (limited to 'src/lib/libc/net/ntohl.c') diff --git a/src/lib/libc/net/ntohl.c b/src/lib/libc/net/ntohl.c deleted file mode 100644 index 7592398e8c..0000000000 --- a/src/lib/libc/net/ntohl.c +++ /dev/null @@ -1,15 +0,0 @@ -/* $OpenBSD: ntohl.c,v 1.8 2024/04/15 14:30:48 naddy Exp $ */ -/* - * Public domain. - */ - -#include -#include - -#undef ntohl - -uint32_t -ntohl(uint32_t x) -{ - return be32toh(x); -} -- cgit v1.2.3-55-g6feb