From: Jakub Bogusz Date: Mon, 21 May 2007 22:39:39 +0000 (+0000) Subject: - updated for 4.4.9 (but probably not needed at all) X-Git-Tag: auto/th/rpm-4_4_9-0_1~28 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=89f8367e05e84ece5ba761b37d32486039612e2d - updated for 4.4.9 (but probably not needed at all) Changed files: rpm-arch-x86_64.patch -> 1.3 --- diff --git a/rpm-arch-x86_64.patch b/rpm-arch-x86_64.patch index 8c86d05..a2da81d 100644 --- a/rpm-arch-x86_64.patch +++ b/rpm-arch-x86_64.patch @@ -8,14 +8,3 @@ *) SUBSTS=y___ ;; esac ---- rpm/lib/rpmds.c.org 2007-05-19 20:54:35.782330814 +0200 -+++ rpm/lib/rpmds.c 2007-05-19 20:55:12.519874545 +0200 -@@ -2703,7 +2703,7 @@ - /*@modifies t @*/ - { - *t = '\0'; --#if !defined(__alpha__) && ( !defined(__sun) && !defined(__unix) ) -+#if !defined(__alpha__) && !defined(__sun) - if (isElf64) { - if (s[strlen(s)-1] != ')') - (void) stpcpy( stpcpy(t, s), "()(64bit)");