summaryrefslogtreecommitdiffstats
path: root/abs/extra/cups/cups-res_init.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-23 16:13:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-23 16:13:38 (GMT)
commite2df288ce539e205c31b45b0570e03abeaf4b6e4 (patch)
tree2cfcc2d18ebd322cf4c1e874fe60a86a87f3c1b1 /abs/extra/cups/cups-res_init.patch
parent19e92e88ccb220ad8f5277322036c5aa6a5e8bf7 (diff)
downloadlinhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.zip
linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.tar.gz
linhes_pkgbuild-e2df288ce539e205c31b45b0570e03abeaf4b6e4.tar.bz2
cups: update to 2.1.2
Diffstat (limited to 'abs/extra/cups/cups-res_init.patch')
-rw-r--r--abs/extra/cups/cups-res_init.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra/cups/cups-res_init.patch b/abs/extra/cups/cups-res_init.patch
deleted file mode 100644
index 94a81a4..0000000
--- a/abs/extra/cups/cups-res_init.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -up cups-1.6b1/cups/http-addr.c.res_init cups-1.6b1/cups/http-addr.c
---- cups-1.6b1/cups/http-addr.c.res_init 2012-05-17 00:57:03.000000000 +0200
-+++ cups-1.6b1/cups/http-addr.c 2012-05-25 15:51:51.323916352 +0200
-@@ -254,7 +254,8 @@ httpAddrLookup(
-
- if (error)
- {
-- if (error == EAI_FAIL)
-+ if (error == EAI_FAIL || error == EAI_AGAIN || error == EAI_NODATA ||
-+ error == EAI_NONAME)
- cg->need_res_init = 1;
-
- return (httpAddrString(addr, name, namelen));
-diff -up cups-1.6b1/cups/http-addrlist.c.res_init cups-1.6b1/cups/http-addrlist.c
---- cups-1.6b1/cups/http-addrlist.c.res_init 2012-04-23 19:26:57.000000000 +0200
-+++ cups-1.6b1/cups/http-addrlist.c 2012-05-25 16:05:05.930377452 +0200
-@@ -540,7 +540,8 @@ httpAddrGetList(const char *hostname, /*
- }
- else
- {
-- if (error == EAI_FAIL)
-+ if (error == EAI_FAIL || error == EAI_AGAIN || error == EAI_NODATA ||
-+ error == EAI_NONAME)
- cg->need_res_init = 1;
-
- _cupsSetError(IPP_INTERNAL_ERROR, gai_strerror(error), 0);