This commit is contained in:
2026-03-11 06:17:29 +01:00
parent 4e056bc4d0
commit 3560db62c2
53 changed files with 0 additions and 6612 deletions
@@ -1,15 +0,0 @@
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"