diff options
Diffstat (limited to 'net-p2p/mldonkey/files/patch-fst_hash.c')
-rw-r--r-- | net-p2p/mldonkey/files/patch-fst_hash.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/mldonkey/files/patch-fst_hash.c b/net-p2p/mldonkey/files/patch-fst_hash.c deleted file mode 100644 index 0c3f9fd..0000000 --- a/net-p2p/mldonkey/files/patch-fst_hash.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/utils/lib/fst_hash.c.orig Mon Nov 1 12:23:02 2004 -+++ src/utils/lib/fst_hash.c Thu Apr 20 02:45:46 2006 -@@ -179,6 +179,7 @@ - - - #include "caml/mlvalues.h" -+#define uint16 unsigned short int - - /* returns checksum of fzhash */ - uint16 fst_hash_checksum (unsigned char *hash) -@@ -337,4 +338,4 @@ - value fst_hash_checksum_ml(value digest) - { - return Val_int(fst_hash_checksum(String_val(digest))); --} -\ No newline at end of file -+} |