From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- include/arpa/inet.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'include/arpa/inet.h') diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 478fb1ac..44999b03 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,10 +1,7 @@ -#ifndef __ARPA_INET_H -#define __ARPA_INET_H +#pragma once -#include #define __BITS_IN_ADDR_H_ -#include -#undef __BITS_IN_ADDR_H_ +#include "bits/in_addr.h" #define INET_ADDRSTRLEN 16 #define INET6_ADDRSTRLEN 46 @@ -23,5 +20,3 @@ in_addr_t inet_addr(const char *); char *inet_ntoa(struct in_addr); const char *inet_ntop(int, const void *restrict, char *restrict, socklen_t); int inet_pton(int, const char *restrict, void *restrict); - -#endif -- cgit v1.2.3