Up to date port

This commit is contained in:
2024-04-24 17:02:41 +02:00
parent 91391f91d2
commit 8fed3f8b75
71 changed files with 3033 additions and 29 deletions

View File

@ -0,0 +1,12 @@
--- src/sss_client/nss_hosts.c.orig 2023-05-05 08:11:07 UTC
+++ src/sss_client/nss_hosts.c
@@ -22,6 +22,9 @@
#include "config.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <nss.h>
#include <netdb.h>
#include <resolv.h>