This commit is contained in:
2025-09-11 05:14:52 +02:00
parent 7acb408e7d
commit afc6047814
26 changed files with 869 additions and 1454 deletions

View File

@ -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"