ports/sysutils/dd_rescue/files/patch-sha512.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

18 lines
350 B
C

--- sha512.c.orig 2024-08-22 17:41:01 UTC
+++ sha512.c
@@ -13,13 +13,14 @@
#endif
#include "sha512.h"
+#include "ffs.h"
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <netinet/in.h>
#include <assert.h>
#include <unistd.h>
-#include <endian.h>
+#include <machine/endian.h>
#ifdef HAVE_SYS_REG_H
#include <sys/reg.h>