From 36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:49:31 +0100 Subject: Revert "gentoo resync : 13.09.2019" This reverts commit a1392efe64137262023d92492396ca9156d22396. --- dev-util/crash/files/crash-7.1.4-sysmacros.patch | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-util/crash/files/crash-7.1.4-sysmacros.patch (limited to 'dev-util/crash/files/crash-7.1.4-sysmacros.patch') diff --git a/dev-util/crash/files/crash-7.1.4-sysmacros.patch b/dev-util/crash/files/crash-7.1.4-sysmacros.patch new file mode 100644 index 000000000000..6e6d40cca4d2 --- /dev/null +++ b/dev-util/crash/files/crash-7.1.4-sysmacros.patch @@ -0,0 +1,27 @@ +From f22dabb45448e5a8d2df85703fd72b0f83fe7eda Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Thu, 21 Apr 2016 00:44:04 -0400 +Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev + +These funcs are defined in the sys/sysmacros.h header, not sys/types.h. +Linux C libraries are updating to drop the implicit include, so we need +to include it explicitly. +--- + filesys.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/filesys.c b/filesys.c +index 2ed25f4..9b59998 100644 +--- a/filesys.c ++++ b/filesys.c +@@ -16,6 +16,7 @@ + */ + + #include "defs.h" ++#include + #include + #include + #include +-- +2.7.4 + -- cgit v1.2.3