From 576b6208d6defe240bfa2477d6dd19f1ed83bfaf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 05:23:45 +0200 Subject: Cleaned most of outdated stuff --- .../files/util-linux-2.12-mips-lseek.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 sys-apps/util-linux/files/util-linux-2.12-mips-lseek.patch (limited to 'sys-apps/util-linux/files/util-linux-2.12-mips-lseek.patch') diff --git a/sys-apps/util-linux/files/util-linux-2.12-mips-lseek.patch b/sys-apps/util-linux/files/util-linux-2.12-mips-lseek.patch deleted file mode 100644 index 3fcd5b5..0000000 --- a/sys-apps/util-linux/files/util-linux-2.12-mips-lseek.patch +++ /dev/null @@ -1,24 +0,0 @@ -Because there is no llseek defined for mips n32, we will use lseek instead. - ---- util-linux-2.12r/fdisk/sfdisk.c.orig -+++ util-linux-2.12r/fdisk/sfdisk.c -@@ -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 - ---- util-linux-2.12r/partx/partx.c.orig -+++ util-linux-2.12r/partx/partx.c -@@ -333,7 +333,7 @@ - /* - * sseek: seek to specified sector - */ --#if !defined (__alpha__) && !defined (__ia64__) && !defined (__s390x__) && !defined(__x86_64__) -+#if !defined (__alpha__) && !defined (__ia64__) && !defined (__s390x__) && !defined(__x86_64__) && !defined(__mips__) - #define NEED__llseek - #endif - -- cgit v1.2.3