freebsd-ports/sysutils/dd_rescue/files/patch-libddr__crypt.c
MANTANI Nobutaka 7e351a1d7b sysutils/dd_rescue: Update to 1.99.14
Replace "_" in the names of the patch files with "__" to conform to the
patch file name convention.
2024-08-25 21:30:33 +09:00

11 lines
243 B
C

--- libddr_crypt.c.orig 2022-07-26 10:06:31 UTC
+++ libddr_crypt.c
@@ -44,7 +44,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
-#include <endian.h>
+#include <machine/endian.h>
#include <signal.h>
#ifdef HAVE_SYS_XATTR_H