summaryrefslogtreecommitdiff
path: root/ftp/R-cran-curl/files/patch-src_nslookup.c
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-01-27 05:47:13 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-01-27 05:47:13 +0000
commit1419bfea36801032e127f9d1cfaf3ee250e35e9f (patch)
tree39f01e8be6dca7ce741c5fc91e7aadcb294ab3f7 /ftp/R-cran-curl/files/patch-src_nslookup.c
parentAdd a port of llvm 3.8.0rc1. (diff)
- Update to 0.9.5
- Cosmetic change
Notes
Notes: svn path=/head/; revision=407337
Diffstat (limited to 'ftp/R-cran-curl/files/patch-src_nslookup.c')
-rw-r--r--ftp/R-cran-curl/files/patch-src_nslookup.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/R-cran-curl/files/patch-src_nslookup.c b/ftp/R-cran-curl/files/patch-src_nslookup.c
new file mode 100644
index 000000000000..06318651b2dc
--- /dev/null
+++ b/ftp/R-cran-curl/files/patch-src_nslookup.c
@@ -0,0 +1,11 @@
+--- src/nslookup.c.orig 2016-01-23 20:44:53 UTC
++++ src/nslookup.c
+@@ -8,6 +8,8 @@ const char *inet_ntop(int af, const void
+ #else
+ #include <netdb.h>
+ #include <arpa/inet.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #endif
+
+ SEXP R_nslookup(SEXP hostname) {