1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/testing/hplip/musl-fixes.patch
Leonardo Arena ff8e2bdfcb testing/hplip: upgrade to 3.18.10
Disable self-upgrade, remove closed-source parts

Patches from Debian and Void
2018-11-26 08:40:25 +00:00

10 lines
316 B
Diff

--- protocol/discovery/mdns.c.orig 2015-11-17 09:58:44.171711728 +0100
+++ protocol/discovery/mdns.c 2015-11-17 09:59:11.347535726 +0100
@@ -28,6 +28,7 @@
#include <string.h>
#include <syslog.h>
#include <sys/socket.h>
+#include <sys/select.h>
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>