summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-10-13 18:42:15 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-10-13 18:42:15 +0000
commitd34fed7a027ef16a190c3c10bd5cdbe15a2ef619 (patch)
tree88dc487d3cb8adb66632f234d1226ade7d7b0ddc /dev-dotnet/pnet/files
parentmove to stable (diff)
downloadgentoo-2-d34fed7a027ef16a190c3c10bd5cdbe15a2ef619.tar.gz
gentoo-2-d34fed7a027ef16a190c3c10bd5cdbe15a2ef619.tar.bz2
gentoo-2-d34fed7a027ef16a190c3c10bd5cdbe15a2ef619.zip
old patch removed
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))
- {