summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch')
-rw-r--r--meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch b/meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch
deleted file mode 100644
index 211e6c7340..0000000000
--- a/meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1https://bugs.gentoo.org/580022
2
3From dec8995fe80508374beba6356f6ecbba8ef6b18b Mon Sep 17 00:00:00 2001
4From: Mike Frysinger <vapier@gentoo.org>
5Date: Tue, 21 Jun 2016 15:01:08 -0400
6Subject: [PATCH] include sysmacros.h for major/minor/makedev
7
8Linux C libs are moving away from including this header implicitly via
9sys/types.h, so include it explicitly.
10
11Upstream-Status: Pending
12Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13
14---
15 libparted/arch/linux.c | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
19index 326b95619d31..e5c168be3c68 100644
20--- a/libparted/arch/linux.c
21+++ b/libparted/arch/linux.c
22@@ -37,6 +37,7 @@
23 #include <dirent.h>
24 #include <sys/ioctl.h>
25 #include <sys/stat.h>
26+#include <sys/sysmacros.h>
27 #include <sys/types.h>
28 #include <sys/utsname.h> /* for uname() */
29 #include <scsi/scsi.h>
30--
312.8.2
32