summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/pnet/files')
-rw-r--r--dev-dotnet/pnet/files/md5hash.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-dotnet/pnet/files/md5hash.patch b/dev-dotnet/pnet/files/md5hash.patch
deleted file mode 100644
index ef0055b3b08a..000000000000
--- a/dev-dotnet/pnet/files/md5hash.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cscc/c/c_types.c 2003/06/28 05:28:47 1.36
-+++ cscc/c/c_types.c 2003/08/11 06:55:04 1.37
-@@ -1164,7 +1164,7 @@
- if(ILType_IsPrimitive(type))
- {
- /* Hash a primitive type */
-- MD5HashAddChar(md5, ILType_ToElement(md5));
-+ MD5HashAddChar(md5, ILType_ToElement(type));
- }
- else if(ILType_IsValueType(type))
- {