diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-08-03 13:00:00 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-08-03 13:00:00 +0000 |
commit | aac3aa9dabe23db7ee6eb9946e2a0de1066a4a03 (patch) | |
tree | c727adca287dca13f374c3b6f9df0e7319e3b5ab /sysutils/dd_rescue/files/patch-sha512.c | |
parent | devel/xc3sprog: fix BUILD_DEPENDS (diff) |
Update to 1.45.
Diffstat (limited to 'sysutils/dd_rescue/files/patch-sha512.c')
-rw-r--r-- | sysutils/dd_rescue/files/patch-sha512.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-sha512.c b/sysutils/dd_rescue/files/patch-sha512.c new file mode 100644 index 000000000000..e2219fa54e86 --- /dev/null +++ b/sysutils/dd_rescue/files/patch-sha512.c @@ -0,0 +1,11 @@ +--- sha512.c.orig 2014-06-29 00:54:18.000000000 +0900 ++++ sha512.c 2014-06-29 00:54:36.000000000 +0900 +@@ -19,7 +19,7 @@ + #include <netinet/in.h> + #include <assert.h> + #include <unistd.h> +-#include <endian.h> ++#include <machine/endian.h> + + /* + Note 1: All variables are 64 bit unsigned integers and addition is calculated modulo 2^64 |