summaryrefslogtreecommitdiff
path: root/dev-util/crash/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-14 18:52:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-14 18:52:15 +0100
commitd00821e77f72d4af4ea30158c1c6e18ffff0875b (patch)
treeb28b6cb077ae6b2457e30d49028fc978d8e2b59b /dev-util/crash/files
parent36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 (diff)
parent6a339b4f9ec107438bb71a6f9ca72fd42fbfd436 (diff)
Merge branch 'next'
Diffstat (limited to 'dev-util/crash/files')
-rw-r--r--dev-util/crash/files/crash-7.1.4-sysmacros.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/crash/files/crash-7.1.4-sysmacros.patch b/dev-util/crash/files/crash-7.1.4-sysmacros.patch
deleted file mode 100644
index 6e6d40cca4d2..000000000000
--- a/dev-util/crash/files/crash-7.1.4-sysmacros.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From f22dabb45448e5a8d2df85703fd72b0f83fe7eda Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-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 <sys/sysmacros.h>
- #include <linux/major.h>
- #include <regex.h>
- #include <sys/utsname.h>
---
-2.7.4
-