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/ntohs.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/lib/libc/net/ntohs.c (limited to 'src/lib/libc/net/ntohs.c') diff --git a/src/lib/libc/net/ntohs.c b/src/lib/libc/net/ntohs.c deleted file mode 100644 index ef22ea3068..0000000000 --- a/src/lib/libc/net/ntohs.c +++ /dev/null @@ -1,15 +0,0 @@ -/* $OpenBSD: ntohs.c,v 1.10 2024/04/15 14:30:48 naddy Exp $ */ -/* - * Public domain. - */ - -#include -#include - -#undef ntohs - -uint16_t -ntohs(uint16_t x) -{ - return be16toh(x); -} -- cgit v1.2.3-55-g6feb