fnet.c

Simple C networking library
git clone git://git.finwo.net/lib/fnet.c
Log | Files | Refs | README

commit 0dbd25fef376f8ebf2a26168d99383f9d7f7e1e7
parent 05c3c7375f9a46c41c4993e1dd045a50d131371e
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 31 Dec 2023 00:58:37 +0100

Remove include sys/errno.h, we already have errno.h which is cross-compatible

Diffstat:
Msrc/fnet.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/fnet.c b/src/fnet.c @@ -5,7 +5,6 @@ #include <string.h> #include <fcntl.h> -#include <sys/errno.h> #include <sys/types.h> #if defined(_WIN32) || defined(_WIN64)