aboutsummaryrefslogtreecommitdiffstats
path: root/community/miniupnpd/musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/miniupnpd/musl.patch')
-rw-r--r--community/miniupnpd/musl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/miniupnpd/musl.patch b/community/miniupnpd/musl.patch
deleted file mode 100644
index 7c2e2dc0f7e..00000000000
--- a/community/miniupnpd/musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./miniupnpd.c.orig
-+++ ./miniupnpd.c
-@@ -39,7 +39,7 @@
- #include <sys/param.h>
- #if defined(sun)
- #include <kstat.h>
--#else
-+#elif defined(__BSD__)
- /* for BSD's sysctl */
- #include <sys/sysctl.h>
- #endif