commit: f038d193d45f4637e7ecbb54a1624ba44d72175a Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu May 9 15:57:10 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu May 9 15:57:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f038d193
sys-block/open-iscsi: Re-added accidentally removed patch file Closes: https://bugs.gentoo.org/685464 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> .../open-iscsi-2.0.875-include-sysmacros.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 new file mode 100644 index 00000000000..7c19a1e6ba2 --- /dev/null +++ b/sys-block/open-iscsi/files/open-iscsi-2.0.875-include-sysmacros.patch @@ -0,0 +1,21 @@ +From 6d68ef5871c94c6ebbbe6e6b1fe0bc2dce711052 Mon Sep 17 00:00:00 2001 +From: Lee Duncan <[email protected]> +Date: Sat, 2 Dec 2017 14:19:26 -0800 +Subject: [PATCH] Include <sys/sysmacros.h> to properly define minor() + +--- + iscsiuio/src/unix/libs/qedi.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/iscsiuio/src/unix/libs/qedi.c b/iscsiuio/src/unix/libs/qedi.c +index c6ff6e77..b81fecdf 100644 +--- a/iscsiuio/src/unix/libs/qedi.c ++++ b/iscsiuio/src/unix/libs/qedi.c +@@ -58,6 +58,7 @@ + #include <sys/user.h> + #include <fcntl.h> + #include <unistd.h> ++#include <sys/sysmacros.h> + + #include "config.h" +
