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-md5.c | |
parent | devel/xc3sprog: fix BUILD_DEPENDS (diff) |
Update to 1.45.
Notes
Notes:
svn path=/head/; revision=363896
Diffstat (limited to 'sysutils/dd_rescue/files/patch-md5.c')
-rw-r--r-- | sysutils/dd_rescue/files/patch-md5.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-md5.c b/sysutils/dd_rescue/files/patch-md5.c new file mode 100644 index 000000000000..6c6455f9b520 --- /dev/null +++ b/sysutils/dd_rescue/files/patch-md5.c @@ -0,0 +1,11 @@ +--- md5.c.orig 2014-06-29 00:53:13.000000000 +0900 ++++ md5.c 2014-06-29 00:53:22.000000000 +0900 +@@ -12,7 +12,7 @@ + #include <stdlib.h> + #include <string.h> + #include <stdint.h> +-#include <endian.h> ++#include <machine/endian.h> + #include <assert.h> + #include <netinet/in.h> + |