summaryrefslogtreecommitdiff
path: root/net-p2p/ed2k_hash/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/ed2k_hash/files')
-rw-r--r--net-p2p/ed2k_hash/files/ed2k_64bit.patch4
-rw-r--r--net-p2p/ed2k_hash/files/ed2k_hash-0.4.0-missing-includes.patch20
2 files changed, 22 insertions, 2 deletions
diff --git a/net-p2p/ed2k_hash/files/ed2k_64bit.patch b/net-p2p/ed2k_hash/files/ed2k_64bit.patch
index 3523b1febecd..2f1520e137ec 100644
--- a/net-p2p/ed2k_hash/files/ed2k_64bit.patch
+++ b/net-p2p/ed2k_hash/files/ed2k_64bit.patch
@@ -1,5 +1,5 @@
---- a/ed2k_hash/md4.h 2002-09-04 18:24:37.000000000 +0100
-+++ b/ed2k_hash/md4.h 2004-09-02 21:13:49.900613616 +0100
+--- a/ed2k_hash/md4.h
++++ b/ed2k_hash/md4.h
@@ -66,7 +66,8 @@
typedef unsigned short int UINT2;
diff --git a/net-p2p/ed2k_hash/files/ed2k_hash-0.4.0-missing-includes.patch b/net-p2p/ed2k_hash/files/ed2k_hash-0.4.0-missing-includes.patch
new file mode 100644
index 000000000000..4b9fcc109a38
--- /dev/null
+++ b/net-p2p/ed2k_hash/files/ed2k_hash-0.4.0-missing-includes.patch
@@ -0,0 +1,20 @@
+--- a/ed2k_hash/cl_ui.c
++++ b/ed2k_hash/cl_ui.c
+@@ -18,6 +18,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <stdarg.h>
++#include <string.h>
+
+ #include "global.h"
+
+--- a/ed2k_hash/options.c
++++ b/ed2k_hash/options.c
+@@ -16,6 +16,7 @@
+ ***************************************************************************/
+
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "global.h"
+