diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-07-16 15:18:06 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-07-16 15:18:06 +0000 |
commit | 48f13d913e9296fd5cfe2556c73e5058b64e66b7 (patch) | |
tree | 9c48f57f267a8ee65dc76da177d55b0d0ee6b2e5 /sysutils/busybox/files/patch-networking_nslookup.c | |
parent | multimedia/plexmediaserver-plexpass: Update to 1.16.3.1402 (diff) |
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
Notes
Notes:
svn path=/head/; revision=506744
Diffstat (limited to 'sysutils/busybox/files/patch-networking_nslookup.c')
-rw-r--r-- | sysutils/busybox/files/patch-networking_nslookup.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/busybox/files/patch-networking_nslookup.c b/sysutils/busybox/files/patch-networking_nslookup.c new file mode 100644 index 000000000000..5104149fdb83 --- /dev/null +++ b/sysutils/busybox/files/patch-networking_nslookup.c @@ -0,0 +1,10 @@ +--- 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> |