ports/sysutils/busybox/files/patch-networking_nslookup.c
Fernando Apesteguía 48f13d913e sysutils/busybox: update to 1.30.1
* Hand maintainership over to samm@os2.kiev.ua
* The port needs to be built with GCC on i386

PR:     238915
Submitted by:   samm@os2.kiev.ua
2019-07-16 15:18:06 +00:00

10 lines
294 B
C

--- networking/nslookup.c.orig 2019-02-14 13:31:15 UTC
+++ networking/nslookup.c
@@ -34,6 +34,7 @@
//usage: "Name: debian\n"
//usage: "Address: 127.0.0.1\n"
+#include <netinet/in.h>
#include <resolv.h>
#include <net/if.h> /* for IFNAMSIZ */
//#include <arpa/inet.h>