Author: jim Date: 2005-11-20 15:08:41 -0700 (Sun, 20 Nov 2005) New Revision: 1270
Removed: trunk/procps/procps-3.2.6-fix_mips-1.patch Modified: trunk/ Log: [EMAIL PROTECTED]: jim | 2005-11-20 14:06:22 -0800 Removed procps-3.2.6-fix_mips-1.patch no longer required Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1521 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1531 Deleted: trunk/procps/procps-3.2.6-fix_mips-1.patch =================================================================== --- trunk/procps/procps-3.2.6-fix_mips-1.patch 2005-11-20 18:06:40 UTC (rev 1269) +++ trunk/procps/procps-3.2.6-fix_mips-1.patch 2005-11-20 22:08:41 UTC (rev 1270) @@ -1,21 +0,0 @@ -Submitted By: Ryan Oliver <[EMAIL PROTECTED]> -Date: 2005-02-04 -Initial Package Version: 3.2.5 -Upstream Status: -Origin: Jim Gifford, Ryan Oliver -Description: Fixes procps build for mips32 with glibc > 20041124 -(changes in sysdeps/mips/sgidefs.h). Don't only test whether _ABIN32 -is defined, also test that it matches _MIPS_SIM before setting KLONG. - -diff -uNr procps-3.2.5-orig/proc/procps.h procps-3.2.5/proc/procps.h ---- procps-3.2.5-orig/proc/procps.h 2004-08-20 15:40:13 -0700 -+++ procps-3.2.5/proc/procps.h 2005-02-02 22:46:11 -0800 -@@ -31,7 +31,7 @@ - // - // Unknown: PA-RISC and zSeries - // --#if defined(k64test) || defined(_ABIN32) -+#if defined(k64test) || (defined(_ABIN32) && _MIPS_SIM == _ABIN32) - #define KLONG long long // not typedef; want "unsigned KLONG" to work - #define KLF "L" - #define STRTOUKL strtoull -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
