aports/community/miniupnpd/musl.patch
2016-08-24 15:45:45 +00:00

12 lines
209 B
Diff

--- ./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