summaryrefslogtreecommitdiff
path: root/pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-06-07 21:05:33 -0700
committerMichael Forney <mforney@mforney.org>2019-06-09 22:43:05 -0700
commit7541f380e20cf1741c4c5b6a04cef26f6f9cfe99 (patch)
tree3e16eef870187cd6375e1e2d2f6ba17b37f4cabf /pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch
parentc957c486be71fb63a6f5fba8c5ac1cb1fcd5f04f (diff)
Remove elfutils
Diffstat (limited to 'pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch')
-rw-r--r--pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch b/pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch
deleted file mode 100644
index cb85b136..00000000
--- a/pkg/elfutils/patch/0002-Remove-error.h-include-from-lib-system.h.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 0081518044fcb2b1db799589d2adffe0a14f798d Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Sun, 4 Nov 2018 13:10:42 -0800
-Subject: [PATCH] Remove error.h include from lib/system.h
-
-We are only building libelf, which does not need error.h, and
-e893aab0d1 had the side-effect of adding error.h to lib/system.h.
----
- lib/system.h | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/system.h b/lib/system.h
-index 292082bd..92033355 100644
---- a/lib/system.h
-+++ b/lib/system.h
-@@ -30,7 +30,6 @@
- #define LIB_SYSTEM_H 1
-
- #include <errno.h>
--#include <error.h>
- #include <stddef.h>
- #include <stdint.h>
- #include <sys/param.h>
---
-2.19.1
-