summaryrefslogtreecommitdiff
path: root/pkg/strace/patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-08-21 15:14:12 -0700
committerMichael Forney <mforney@mforney.org>2018-08-26 13:20:01 -0700
commitd9c8a3a1347ca45d05c635dfb8f074feb1074c70 (patch)
tree6455134b9734943e48ca094e305088ffa4cbb50a /pkg/strace/patch
parentcb7177128d1e09109f9591ca8555dc49d34ef902 (diff)
strace: Update to 4.24
Diffstat (limited to 'pkg/strace/patch')
-rw-r--r--pkg/strace/patch/0001-Remove-netinet-in.h-include-from-rtnl_mdb.c.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/strace/patch/0001-Remove-netinet-in.h-include-from-rtnl_mdb.c.patch b/pkg/strace/patch/0001-Remove-netinet-in.h-include-from-rtnl_mdb.c.patch
deleted file mode 100644
index 92145433..00000000
--- a/pkg/strace/patch/0001-Remove-netinet-in.h-include-from-rtnl_mdb.c.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 44eac9bc40ef4fcd5ad03826b9d5d3db7bf5bc7f Mon Sep 17 00:00:00 2001
-From: Michael Forney <mforney@mforney.org>
-Date: Wed, 18 Oct 2017 21:02:15 -0700
-Subject: [PATCH] Remove netinet/in.h include from rtnl_mdb.c
-
-It conflicts with kernel headers on musl.
----
- rtnl_mdb.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/rtnl_mdb.c b/rtnl_mdb.c
-index 30c3473e..1b7405cf 100644
---- a/rtnl_mdb.c
-+++ b/rtnl_mdb.c
-@@ -35,7 +35,6 @@
- # include "nlattr.h"
- # include "print_fields.h"
-
--# include <netinet/in.h>
- # include <linux/if_bridge.h>
- # include "netlink.h"
-
---
-2.14.2
-