From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../ioping/files/ioping-0.9-sysmacros.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch (limited to 'app-benchmarks/ioping/files') diff --git a/app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch b/app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch new file mode 100644 index 000000000000..837d395201b7 --- /dev/null +++ b/app-benchmarks/ioping/files/ioping-0.9-sysmacros.patch @@ -0,0 +1,29 @@ +https://bugs.gentoo.org/579982 + +From c56a8a442e79a8837074e0e573f6319efa492ba8 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Tue, 19 Apr 2016 02:44:33 -0400 +Subject: [PATCH] ioping: include sys/sysmacros.h for makedev + +The makedev prototype is in sys/sysmacros.h, so include it. + +Signed-off-by: Mike Frysinger +--- + ioping.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ioping.c b/ioping.c +index aae4704..80f4bb4 100644 +--- a/ioping.c ++++ b/ioping.c +@@ -48,6 +48,7 @@ + #ifdef __linux__ + # include + # include ++# include + # define HAVE_POSIX_FADVICE + # define HAVE_POSIX_MEMALIGN + # define HAVE_DIRECT_IO +-- +2.7.4 + -- cgit v1.2.3