diff options
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> + |