summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-02-29 17:17:39 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2020-04-06 20:19:04 +0200
commitc70517f96131882d19f7ed7d1cc70c79c727934a (patch)
tree200a8eb6a7df5aa44f15d2e3b5d7bf9c3ee66dbf /sys-fs/snapraid
parentdev-python/automat: stable 0.8.0 for hppa, bug #710566 (diff)
downloadgentoo-c70517f96131882d19f7ed7d1cc70c79c727934a.tar.gz
gentoo-c70517f96131882d19f7ed7d1cc70c79c727934a.tar.bz2
gentoo-c70517f96131882d19f7ed7d1cc70c79c727934a.zip
sys-fs/snapraid: unused patch removal.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14808 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'sys-fs/snapraid')
-rw-r--r--sys-fs/snapraid/files/snapraid-11.0-minor.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/sys-fs/snapraid/files/snapraid-11.0-minor.patch b/sys-fs/snapraid/files/snapraid-11.0-minor.patch
deleted file mode 100644
index f212e9a0d575..000000000000
--- a/sys-fs/snapraid/files/snapraid-11.0-minor.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 04dfeea107f81afa50e4888dd7da2f4a9c82d6ee Mon Sep 17 00:00:00 2001
-From: Andrea Mazzoleni <amadvance@gmail.com>
-Date: Wed, 4 Jan 2017 00:25:56 +0100
-Subject: [PATCH] Tentative fix for major/minor missing
-
----
- cmdline/portable.h | 6 ++++++
- configure.ac | 1 +
- 2 files changed, 7 insertions(+)
-
-diff --git a/cmdline/portable.h b/cmdline/portable.h
-index 58826c6..059cd38 100644
---- a/cmdline/portable.h
-+++ b/cmdline/portable.h
-@@ -198,6 +198,12 @@
- #include <sys/types.h>
- #endif
-
-+#if MAJOR_IN_MKDEV
-+#include <sys/mkdev.h>
-+#elif MAJOR_IN_SYSMACROS
-+#include <sys/sysmacros.h>
-+#endif
-+
- #if HAVE_SYS_STAT_H
- #include <sys/stat.h>
- #endif
-diff --git a/configure.ac b/configure.ac
-index 125dae9..8f34f43 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -31,6 +31,7 @@ AC_HEADER_ASSERT
- AC_HEADER_DIRENT
- AC_HEADER_TIME
- AC_HEADER_SYS_WAIT
-+AC_HEADER_MAJOR
- AC_CHECK_HEADERS([fcntl.h stddef.h stdint.h stdlib.h string.h limits.h])
- AC_CHECK_HEADERS([unistd.h getopt.h fnmatch.h io.h inttypes.h byteswap.h])
- AC_CHECK_HEADERS([pthread.h math.h])