Updated sssd-debel

This commit is contained in:
2024-01-26 15:06:09 +01:00
parent d93314aae9
commit 00ef086c8f
75 changed files with 2919 additions and 4 deletions

View File

@ -0,0 +1,11 @@
--- src/providers/data_provider_be.c.orig 2023-05-25 06:24:25 UTC
+++ src/providers/data_provider_be.c
@@ -25,6 +25,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <sys/un.h>
#include <string.h>
#include <sys/time.h>