diff options
Diffstat (limited to 'dev-libs/expat/files/expat-2.0.0-test-64bit.patch')
-rw-r--r-- | dev-libs/expat/files/expat-2.0.0-test-64bit.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/expat/files/expat-2.0.0-test-64bit.patch b/dev-libs/expat/files/expat-2.0.0-test-64bit.patch deleted file mode 100644 index 3c65a945949f..000000000000 --- a/dev-libs/expat/files/expat-2.0.0-test-64bit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/runtests.c.old 2006-04-12 11:32:20.616132185 +0200 -+++ tests/runtests.c 2006-04-12 11:32:27.152122381 +0200 -@@ -1176,7 +1176,7 @@ - const XML_Char *systemId, - const XML_Char *publicId) - { -- int callno = 1 + (int)XML_GetUserData(parser); -+ long callno = 1 + (long)XML_GetUserData(parser); - char *text; - XML_Parser p2; - |