Author: jim Date: 2005-06-26 15:03:17 -0600 (Sun, 26 Jun 2005) New Revision: 992
Added: trunk/util-linux/util-linux-2.12q-mips64_fix-1.patch Modified: trunk/ Log: [EMAIL PROTECTED]: jim | 2005-06-26 14:02:47 -0700 Added: util-linux-2.12q-mips64_fix-1.patch Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1012 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1017 Added: trunk/util-linux/util-linux-2.12q-mips64_fix-1.patch =================================================================== --- trunk/util-linux/util-linux-2.12q-mips64_fix-1.patch 2005-06-26 06:00:11 UTC (rev 991) +++ trunk/util-linux/util-linux-2.12q-mips64_fix-1.patch 2005-06-26 21:03:17 UTC (rev 992) @@ -0,0 +1,19 @@ +Submitted By: Jim Gifford (patches at jg555 dot com) +Date: 2005-06-08 +Initial Package Version: 2.12q +Origin: Jim Gifford +Upstream Status: Sent +Description: Fixes compile issue under MIPS 64 bit + +diff -Naur util-linux-2.12q.orig/fdisk/sfdisk.c util-linux-2.12q/fdisk/sfdisk.c +--- util-linux-2.12q.orig/fdisk/sfdisk.c 2005-01-04 22:31:57.000000000 +0000 ++++ util-linux-2.12q/fdisk/sfdisk.c 2005-06-08 23:15:17.000000000 +0000 +@@ -172,7 +172,7 @@ + * Note: we use 512-byte sectors here, irrespective of the hardware ss. + */ + #undef use_lseek +-#if defined (__alpha__) || defined (__ia64__) || defined (__x86_64__) || defined (__s390x__) ++#if defined (__alpha__) || defined (__ia64__) || defined (__x86_64__) || defined (__s390x__) || defined (__mips__) + #define use_lseek + #endif + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
