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/bits/in_addr.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/bits') diff --git a/include/bits/in_addr.h b/include/bits/in_addr.h index 1d7ac0af..54aa6e3e 100644 --- a/include/bits/in_addr.h +++ b/include/bits/in_addr.h @@ -1,5 +1,4 @@ -#ifndef __BITS_IN_ADDR_H -#define __BITS_IN_ADDR_H +#pragma once #ifndef __BITS_IN_ADDR_H_ #error "Internal header — include the public API header instead." @@ -10,5 +9,3 @@ typedef __UINT32_TYPE__ in_addr_t; struct in_addr { in_addr_t s_addr; }; - -#endif -- cgit v1.2.3