void-packages/srcpkgs/kio/patches/musl.patch
2017-07-19 14:31:43 +00:00

11 lines
288 B
Diff

--- src/kpac/kpac_dhcp_helper.old 2016-04-03 21:55:42.000000000 +0100
+++ src/kpac/kpac_dhcp_helper.c 2016-07-21 08:42:04.989005565 +0100
@@ -17,6 +17,7 @@
Boston, MA 02110-1301, USA.
*/
+#define _BSD_SOURCE
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>