Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/files/
Date: Thu, 09 May 2019 15:58:08
Message-Id: 1557417477.f038d193d45f4637e7ecbb54a1624ba44d72175a.polynomial-c@gentoo
1 commit: f038d193d45f4637e7ecbb54a1624ba44d72175a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 15:57:10 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 15:57:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f038d193
7
8 sys-block/open-iscsi: Re-added accidentally removed patch file
9
10 Closes: https://bugs.gentoo.org/685464
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 .../open-iscsi-2.0.875-include-sysmacros.patch | 21 +++++++++++++++++++++
15 1 file changed, 21 insertions(+)
16
17 diff --git a/sys-block/open-iscsi/files/open-iscsi-2.0.875-include-sysmacros.patch b/sys-block/open-iscsi/files/open-iscsi-2.0.875-include-sysmacros.patch
18 new file mode 100644
19 index 00000000000..7c19a1e6ba2
20 --- /dev/null
21 +++ b/sys-block/open-iscsi/files/open-iscsi-2.0.875-include-sysmacros.patch
22 @@ -0,0 +1,21 @@
23 +From 6d68ef5871c94c6ebbbe6e6b1fe0bc2dce711052 Mon Sep 17 00:00:00 2001
24 +From: Lee Duncan <lduncan@××××.com>
25 +Date: Sat, 2 Dec 2017 14:19:26 -0800
26 +Subject: [PATCH] Include <sys/sysmacros.h> to properly define minor()
27 +
28 +---
29 + iscsiuio/src/unix/libs/qedi.c | 1 +
30 + 1 file changed, 1 insertion(+)
31 +
32 +diff --git a/iscsiuio/src/unix/libs/qedi.c b/iscsiuio/src/unix/libs/qedi.c
33 +index c6ff6e77..b81fecdf 100644
34 +--- a/iscsiuio/src/unix/libs/qedi.c
35 ++++ b/iscsiuio/src/unix/libs/qedi.c
36 +@@ -58,6 +58,7 @@
37 + #include <sys/user.h>
38 + #include <fcntl.h>
39 + #include <unistd.h>
40 ++#include <sys/sysmacros.h>
41 +
42 + #include "config.h"
43 +