Pushed patch

This commit is contained in:
2026-05-11 15:47:06 +07:00
parent 4e463963c9
commit 5879165715
56 changed files with 6648 additions and 0 deletions
@@ -0,0 +1,15 @@
Index: lib/util/util_crypt.c
--- lib/util/util_crypt.c.orig
+++ lib/util/util_crypt.c
@@ -2,7 +2,11 @@
#include "data_blob.h"
#include "discard.h"
#include <talloc.h>
+#ifdef __FreeBSD__
+#include <unistd.h>
+#else
#include <crypt.h>
+#endif
#include "util_crypt.h"